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

:working-directory option to specify the working directory for Node.js #12

Merged
merged 1 commit into from
Dec 11, 2015

Conversation

eploko
Copy link
Contributor

@eploko eploko commented Dec 2, 2015

This adds the option mentioned in #11

@@ -70,10 +74,13 @@
.deleteOnExit))
:start-timeout 5000
:wait false
:noop-when-stopped false}
:noop-when-stopped false
:working-directory "."}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm just wondering, should :working-directory be "." by default or should it be nil and have the old behaviour in that case? What do you think?

Otherwise, is "." cross platform?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"." should work fine at least on any bsd/linux/osx/windows. I'd leave it as is and fix if any issues arise, which I doubt would happen.

@pupeno pupeno merged commit e0a0775 into pupeno:master Dec 11, 2015
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