-
Notifications
You must be signed in to change notification settings - Fork 62
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
Running JS on Windows #185
Comments
I think that on windows, the issue is that |
I'm seeing this happening on Jenkins too. @dryajov are you on top of it? |
That is handled in the code - on windows I prepend the node executable to the exe path. There might be a bug, I'll take a look. Also #187 should add a more robust handling of js executables, because it checks for |
Fixed by #187 |
A few of our tests (see block.js) run JS code like this
On Windows it fails with
The text was updated successfully, but these errors were encountered: