Compare commits

..

No commits in common. '1baf3d8abba2e70fe8f838593204bf017dd28202' and '228f2c9b1451a3431cf266eec86e01e7094ed7c1' have entirely different histories.

@ -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);
logger.error(err.toString());
/* Ensure that the task finishes, so as to not break `gulp.watch`. */
this.emit("end");
});

@ -1,6 +1,6 @@
{
"name": "@joepie91/gulp-partial-logger",
"version": "1.0.5",
"version": "1.0.4",
"description": "Gulp partial for logging output and errors of a pipeline",
"main": "index.js",
"scripts": {

Loading…
Cancel
Save