parent
9db41cf4be
commit
e3411319b8
@ -0,0 +1,7 @@
|
|||||||
|
module.exports = {
|
||||||
|
onError:function (error) {
|
||||||
|
//If you want details of the error in the console
|
||||||
|
console.log(error.toString());
|
||||||
|
this.emit('end');
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue