This commit is contained in:
Lloyd Brookes
2017-07-07 23:52:48 +01:00
parent a073f618dc
commit fc2bc5a92a
5 changed files with 55 additions and 4 deletions

View File

@ -17,7 +17,7 @@ class WsServe extends ServeCommand {
moduleDir: path.resolve(__dirname, `../../node_modules`),
modulePrefix: 'lws-'
}
super.execute(options, argv)
return super.execute(options, argv)
}
usage () {