mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
build build/lib folder with latest
This commit is contained in:
@@ -112,7 +112,7 @@ function reloadTypeScriptNodeModule(): NodeJS.ReadWriteStream {
|
||||
return (process.memoryUsage().heapUsed / 1024 / 1024).toFixed(2) + ' MB';
|
||||
}
|
||||
|
||||
return es.through(function(data) {
|
||||
return es.through(function (data) {
|
||||
this.emit('data', data);
|
||||
}, function () {
|
||||
|
||||
@@ -165,7 +165,7 @@ function monacodtsTask(out: string, isWatch: boolean): NodeJS.ReadWriteStream {
|
||||
}
|
||||
}
|
||||
|
||||
const setInputFile = (filePath: string, contents:string) => {
|
||||
const setInputFile = (filePath: string, contents: string) => {
|
||||
if (inputFiles[filePath] === contents) {
|
||||
// no change
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user