wrong execution path for index.js - fixed

This commit is contained in:
Peter Varga 2016-11-27 14:29:14 +01:00 committed by GitHub
parent af0a6f4087
commit d720686048

2
cli
View file

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