wrong execution path for index.js fixed

This commit is contained in:
Peter Varga 2016-11-27 14:27:41 +01:00 committed by GitHub
parent aca56a4b98
commit 94c87bfef7

2
cli
View file

@ -18,7 +18,7 @@ function start() {
}
pm2.start({
script: 'index.js',
script: path.join(__dirname,'index.js'),
name: 'xcarve',
cwd: process.cwd()
}, (err, apps) => {