See full stack trace on gulp exception -
a gulp watch task keeps throwing exception stack trace limited 10 frames, can't tell it's originating. i'm guessing must configurable somewhere can't determine where. looked in gulp.config.js , in gulp.util.js. read this report think must easier that.
who knows how this?
this might work
gulp.on('err', function(e) { console.log(e.err.stack); });
Comments
Post a Comment