Closed artemverbo closed 10 years ago
Hi, I have an error and believe that "this" reference is incorrect in stream mode this.kill(); Having the following error when webshot is failing in stream mode due to PhantomJS crash:
TypeError: Object # has no method 'kill'
phantomProc.stderr.on('data', function(data) { clearTimeout(timeoutID); cb(new Error(data)); this.kill(); }); phantomProc.on('exit', function() { s.emit('end'); this.kill(); });
Hi, I have an error and believe that "this" reference is incorrect in stream mode this.kill(); Having the following error when webshot is failing in stream mode due to PhantomJS crash: