tweaks, add the stream to the bundle step

This commit is contained in:
Johannes Rieken
2018-08-31 13:28:24 +02:00
parent 14596e9475
commit 165bb1aa63
6 changed files with 69 additions and 47 deletions

View File

@@ -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) {