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

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -