Make tslint happy!

This commit is contained in:
Godzil
2018-06-01 21:23:05 +01:00
parent 849c7612aa
commit 7c04fb7282
10 changed files with 60 additions and 55 deletions

View File

@@ -8,6 +8,6 @@ batch(process.argv, (err: any) =>
console.error(err.stack || err);
process.exit(-1);
}
console.log('Done!');
console.info('Done!');
process.exit(0);
});