Merge pull request #1 from peet86/master

wrong execution path for index.js - fixed
This commit is contained in:
Todd Treece 2017-03-04 15:11:02 -05:00 committed by GitHub
commit 78b7f289b7

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();