Update npm packages, cleanup the code, cleanup all tslint complain
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
'use strict';
|
||||
import batch from './batch';
|
||||
|
||||
batch(process.argv, (err: any) => {
|
||||
if (err) console.error(err.stack || err);
|
||||
batch(process.argv, (err: any) =>
|
||||
{
|
||||
if (err)
|
||||
{
|
||||
console.error(err.stack || err);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user