On error, ring the bell
Should help with noticing syntax errors etc.
This commit is contained in:
parent
eb5f2978cc
commit
7aa3bde170
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ const NODE_ENV = process.env.NODE_ENV;
|
|||
|
||||
|
||||
function onError(err) {
|
||||
console.log('\u0007'); //🔔
|
||||
console.log(colors.red('Error:'), err);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue