Compare commits

...

2 Commits

Author SHA1 Message Date
Sven Slootweg 1baf3d8abb 1.0.5 8 years ago
Sven Slootweg 7f4863f837 Forgot build step 8 years ago

@ -19,7 +19,7 @@ module.exports = function (name, streams) {
* combined stream, so we don't need `gulp-plumber` in our actual pipeline. * combined stream, so we don't need `gulp-plumber` in our actual pipeline.
*/ */
var plumberStream = plumber(function (err) { var plumberStream = plumber(function (err) {
logger.error(err.toString()); logger.error(err);
/* Ensure that the task finishes, so as to not break `gulp.watch`. */ /* Ensure that the task finishes, so as to not break `gulp.watch`. */
this.emit("end"); this.emit("end");
}); });

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

Loading…
Cancel
Save