gulp-community / gulp-less

A LESS plugin for Gulp
559 stars 116 forks source link

can i set showStack to true when on 'error'? #280

Closed skyFi closed 6 years ago

stephenlacy commented 6 years ago
gulp.on('err', function(e) {
  console.log(e.err.stack);
});