Skip to content

Commit

Permalink
Added error log when it extracts the barcode information
Browse files Browse the repository at this point in the history
  • Loading branch information
telco2011 committed Nov 20, 2017
1 parent 053a20f commit 861e42f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ function PDFDicer() {
index++;
}
} catch (error) {
console.error('[PDF-DICER] Error', error);
return next(error);
}

Expand Down

0 comments on commit 861e42f

Please sign in to comment.