Source maps support in the CLI.

This commit is contained in:
Julien Fontanet 2015-05-22 10:38:38 +02:00
parent b3d58f4f0c
commit 29ce3bd05e
2 changed files with 4 additions and 0 deletions

View File

@ -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"
},

View File

@ -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) {