Update to TS1.5
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
'use strict';
|
||||
import batch = require('./batch');
|
||||
import batch from './batch';
|
||||
|
||||
batch(process.argv, (err: any) => {
|
||||
if (err) console.error(err.stack || err);
|
||||
|
||||
Reference in New Issue
Block a user