Skip to content

Commit

Permalink
Merge pull request #4 from halpina/fix-process.cwd
Browse files Browse the repository at this point in the history
Change for process.cwd() and package.json updates.
  • Loading branch information
gorangajic committed Jun 17, 2020
2 parents 25329f4 + 7f0aa5f commit 2855fa0
Show file tree
Hide file tree
Showing 3 changed files with 2,094 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function spawnDemon(wait, callback) {
}

var env = process.env;
var cwd = process.cwd;
var cwd = process.cwd();

var cpOpt = {
stdio: ['ignore', 'ignore', fs.openSync(log, 'w')],
Expand Down

0 comments on commit 2855fa0

Please sign in to comment.