This commit is contained in:
jstaerk
2024-07-18 18:55:41 +02:00
parent 647efd462a
commit 5b00818817
4 changed files with 72 additions and 46 deletions

View File

@@ -843,8 +843,9 @@ public class Main {
} else {
zvi.toPDF(sourceName, outName);
}
} catch (TransformerException | IOException e) {
} catch (Exception e) {
LOGGER.error(e.getMessage(), e);
System.err.println(e.getMessage());
}
System.out.println("Written to " + outName);