Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX #41 "cwd" must be a string in Node 8 #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zipang
Copy link

@zipang zipang commented Jun 6, 2017

The fix is quite obvious, but i really really don't know what was happening before Node 8 decided to enforce the parameters validation of child_process.spawn() ?

@p-salido
Copy link

Tested on node 4:

octan% node -v
v4.8.6
octan% echo "console.log(require('process').cwd)" |node
[Function: cwd]
octan% echo "console.log(require('process').cwd())" |node
/home/w/apps/exp/firebase-server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants