mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-16 18:53:43 +00:00
Merge pull request #33 from rikukissa/patch-errors
Log err.message instead of err
This commit is contained in:
@@ -61,7 +61,7 @@ const browserifyConfig = {
|
||||
};
|
||||
|
||||
function handleError(err) {
|
||||
gutil.log(err);
|
||||
gutil.log(err.message);
|
||||
gutil.beep();
|
||||
notifier.notify({
|
||||
title: 'Compile Error',
|
||||
|
||||
Reference in New Issue
Block a user