Merge pull request #4 from peet86/master

wrong execution path for index.js fixed
This commit is contained in:
Todd Treece 2017-03-04 15:10:40 -05:00 committed by GitHub
commit f50318b34c

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