From 1da0e0f4b52b4469e01e6e2fe27d8d0c4745a4cb Mon Sep 17 00:00:00 2001 From: Surya Paolo Date: Thu, 15 May 2025 21:41:30 +0200 Subject: [PATCH] corretto altre cose (workbox mancante) --- src/server/router/admin_router.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/server/router/admin_router.js b/src/server/router/admin_router.js index 3ae395b..1776df2 100755 --- a/src/server/router/admin_router.js +++ b/src/server/router/admin_router.js @@ -258,6 +258,8 @@ async function convertPDF_PdfLib(idapp, inputFile, outputFile, options) { throw new Error(`Il file di input non esiste: ${inputFile}`); } + console.log('START convertPDF_PdfLib...'); + try { // Carica il PDF esistente const existingPdfBytes = fs.readFileSync(inputFile);