mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-11 15:47:09 -07:00
fixed gulp less
This commit is contained in:
parent
9db41cf4be
commit
e3411319b8
2 changed files with 8 additions and 1 deletions
7
gulp/errorHandler.js
Normal file
7
gulp/errorHandler.js
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue