From 7f4863f837cb3b19daba6826938c6d412bc23f1f Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 25 Apr 2016 03:23:35 +0200 Subject: [PATCH] Forgot build step --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 8c3c371..4333721 100644 --- a/lib/index.js +++ b/lib/index.js @@ -19,7 +19,7 @@ module.exports = function (name, streams) { * combined stream, so we don't need `gulp-plumber` in our actual pipeline. */ var plumberStream = plumber(function (err) { - logger.error(err.toString()); + logger.error(err); /* Ensure that the task finishes, so as to not break `gulp.watch`. */ this.emit("end"); });