sidecar-browsershot
sidecar-browsershot copied to clipboard
Use fs.rm instead of fs.rmdirSync to remove puppeteer profiles
As reported in #110, AWS Lambda throws deprecations warnings about fs.rmdirSync()
.
This PR updates browsershot.js
to use fs.rm()
.