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

missing process.argv make multi-node fail #1283

Closed
guileen opened this issue Apr 15, 2011 · 3 comments
Closed

missing process.argv make multi-node fail #1283

guileen opened this issue Apr 15, 2011 · 3 comments
Labels

Comments

@guileen
Copy link

guileen commented Apr 15, 2011

coffee-script 1.0.1

lib/command.js#L52

modified proccess.argv but not correct.

so multi-node could not create child process, and I am sure that is not the bug of multi-node.

https://github.com/kriszyp/multi-node/blob/master/lib/multi-node.js#L45-L62

@jashkenas
Copy link
Owner

If you want to run your scripts through multi-node, compile them to JavaScript first. multi-node isn't CoffeeScript aware.

@guileen
Copy link
Author

guileen commented Apr 23, 2011

I am doing so, but I look at multi-node, But I don't know why we change process.arv, could you tell me.

@TrevorBurnham
Copy link
Collaborator

Opened pull request: #1303

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

No branches or pull requests

3 participants