print all stats at the end of the package task

This commit is contained in:
Johannes Rieken
2018-09-03 11:51:26 +02:00
parent 165bb1aa63
commit 07141d4e6b
7 changed files with 89 additions and 10 deletions

View File

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