piqnt / svgexport

SVG to PNG/JPEG command-line tool and Node.js module
927 stars 85 forks source link

fix: unhandled rejection #115

Open olebedev opened 2 years ago

olebedev commented 2 years ago

Motivation

Then run on a machine that has an issue with running puppeteer (chromium under the hood) the process is printing Unhandled Rejection. This PR fixes it and handles exceptions from promises for better debugging.