mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
oops
This commit is contained in:
@@ -160,7 +160,7 @@ function monacodtsTask(out, isWatch) {
|
||||
|
||||
} else {
|
||||
|
||||
resultStream = es.through(null, () => {
|
||||
resultStream = es.through(null, function() {
|
||||
runNow();
|
||||
this.emit('end');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user