brenden / node-webshot

Easy website screenshots in Node.js
2.12k stars 285 forks source link

Kill zombie phantom processes after JS error #220

Open diachedelic opened 6 years ago

diachedelic commented 6 years ago

When options.errorIfJSException === true, the phantom process is never killed if there is actually a JS exception.