mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
tweaks, add the stream to the bundle step
This commit is contained in:
@@ -115,7 +115,7 @@ function fromLocal(extensionPath, sourceMappingURLBase) {
|
||||
filesStream.pipe(result);
|
||||
}
|
||||
}).catch(function (err) { return result.emit('error', err); });
|
||||
return stats_1.createStatsStream(path.basename(extensionPath), result, true);
|
||||
return result.pipe(stats_1.createStatsStream(path.basename(extensionPath), true));
|
||||
}
|
||||
exports.fromLocal = fromLocal;
|
||||
function error(err) {
|
||||
|
||||
Reference in New Issue
Block a user