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