diff --git a/index.js b/index.js index 665331e..7f42863 100644 --- a/index.js +++ b/index.js @@ -212,6 +212,7 @@ function PDFDicer() { index++; } } catch (error) { + console.error('[PDF-DICER] Error', error); return next(error); }