mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
print all stats at the end of the package task
This commit is contained in:
@@ -132,7 +132,7 @@ export function fromLocal(extensionPath: string, sourceMappingURLBase?: string):
|
||||
|
||||
}).catch(err => result.emit('error', err));
|
||||
|
||||
return result.pipe(createStatsStream(path.basename(extensionPath), true));
|
||||
return result.pipe(createStatsStream(path.basename(extensionPath)));
|
||||
}
|
||||
|
||||
function error(err: any): Stream {
|
||||
|
||||
Reference in New Issue
Block a user