build(aio): make less verbose tools
This commit is contained in:
parent
56833a6171
commit
b44f5c69e1
|
@ -35,10 +35,6 @@ class ExampleZipper {
|
||||||
let output = fs.createWriteStream(zipFileName);
|
let output = fs.createWriteStream(zipFileName);
|
||||||
let archive = archiver('zip');
|
let archive = archiver('zip');
|
||||||
|
|
||||||
output.on('close', function () {
|
|
||||||
console.log('zip created: ' + zipFileName + ' (' + archive.pointer() + ' total bytes)');
|
|
||||||
});
|
|
||||||
|
|
||||||
archive.on('error', function (err) {
|
archive.on('error', function (err) {
|
||||||
throw err;
|
throw err;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue