This commit is contained in:
2017-08-16 19:13:01 +02:00
parent e0f208ba41
commit a6fbe7da33
8 changed files with 186 additions and 91 deletions

View File

@@ -8,7 +8,7 @@ early.start('NPMTS')
import * as plugins from './npmts.plugins'
import * as cli from './npmts.cli'
early.stop()
.then(() => {
let loaded = plugins // to make sure plugins get actually loaded
cli.run()
})
.then(() => {
let loaded = plugins // to make sure plugins get actually loaded
cli.run()
})