Merge pull request #1 from peet86/master
wrong execution path for index.js - fixed
This commit is contained in:
commit
78b7f289b7
1 changed files with 1 additions and 1 deletions
2
cli
2
cli
|
|
@ -19,7 +19,7 @@ function start() {
|
|||
}
|
||||
|
||||
pm2.start({
|
||||
script: 'index.js',
|
||||
script: path.join(__dirname,'index.js'),
|
||||
name: 'xcarve'
|
||||
}, (err, apps) => {
|
||||
pm2.disconnect();
|
||||
|
|
|
|||
Loading…
Reference in a new issue