We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
If you want to run your scripts through multi-node, compile them to JavaScript first. multi-node isn't CoffeeScript aware.
Sorry, something went wrong.
I am doing so, but I look at multi-node, But I don't know why we change process.arv, could you tell me.
Opened pull request: #1303
coffee foo.coffee
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: