Merge pull request #33 from rikukissa/patch-errors

Log err.message instead of err
This commit is contained in:
Riku Rouvila
2015-10-22 20:28:02 +03:00

View File

@@ -61,7 +61,7 @@ const browserifyConfig = {
};
function handleError(err) {
gutil.log(err);
gutil.log(err.message);
gutil.beep();
notifier.notify({
title: 'Compile Error',