Source maps support in the CLI.
This commit is contained in:
parent
b3d58f4f0c
commit
29ce3bd05e
@ -45,6 +45,7 @@
|
||||
"make-error": "^1.0.2",
|
||||
"minimist": "^1.1.1",
|
||||
"pw": "0.0.4",
|
||||
"source-map-support": "^0.2.10",
|
||||
"xmlrpc": "^1.3.0",
|
||||
"xo-collection": "^0.3.0"
|
||||
},
|
||||
|
@ -9,6 +9,9 @@ import {start as createRepl} from 'repl'
|
||||
|
||||
import {createClient} from './'
|
||||
|
||||
import sourceMapSupport from 'source-map-support'
|
||||
sourceMapSupport.install()
|
||||
|
||||
const usage = `Usage: xen-api <url> <user>`
|
||||
|
||||
const main = coroutine(function * (args) {
|
||||
|
Loading…
Reference in New Issue
Block a user