Fix gulp watch stopping on error.

This commit is contained in:
Marius Craciunoiu 2015-06-09 16:46:29 -04:00
parent 1f54efec9d
commit de7414b630

View file

@ -149,6 +149,7 @@ gulpSass.sync = function sync(options) {
//////////////////////////////
gulpSass.logError = function logError(error) {
gutil.log(gutil.colors.red('[' + PLUGIN_NAME + '] ') + error.messageFormatted);
this.emit('end');
};
//////////////////////////////