refs #4550 Bugs solved
gitea/printnatura/pipeline/head This commit looks good Details

This commit is contained in:
Guillermo Bonet 2022-12-19 14:33:06 +01:00
parent 449a23f080
commit 06792727ef
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ class PrintServer {
// Print PDF
try {
// await pExec(printCommand);
await pExec(printCommand);
} catch(err) {
await fs.unlink(tmpFilePath);
throw new Error(`Print error: '${printCommand}': ${err.message}`);