mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Update to Scala 2.13.4
This commit is contained in:
@ -83,7 +83,7 @@ private[extern] object ExternConv {
|
||||
case false =>
|
||||
successPdf(File.readAll(out, blocker, chunkSize)).pure[F]
|
||||
}
|
||||
case true if result.rc != 0 =>
|
||||
case true =>
|
||||
logger.warn(s"Command not successful (rc=${result.rc}), but file exists.") *>
|
||||
successPdf(File.readAll(out, blocker, chunkSize)).pure[F]
|
||||
|
||||
|
Reference in New Issue
Block a user