sidecar-browsershot icon indicating copy to clipboard operation
sidecar-browsershot copied to clipboard

Use fs.rm instead of fs.rmdirSync to remove puppeteer profiles

Open stefanzweifel opened this issue 1 year ago • 1 comments

As reported in #110, AWS Lambda throws deprecations warnings about fs.rmdirSync().

This PR updates browsershot.js to use fs.rm().

stefanzweifel avatar Feb 15 '24 19:02 stefanzweifel