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

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -