This commit is contained in:
Joao Moreno 2016-07-12 11:28:48 +02:00
parent 43225d407a
commit 2be0f1d8cd

View file

@ -160,7 +160,7 @@ function monacodtsTask(out, isWatch) {
} else {
resultStream = es.through(null, () => {
resultStream = es.through(null, function() {
runNow();
this.emit('end');
});