-
Notifications
You must be signed in to change notification settings - Fork 58
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
Invalid argument? #159
Comments
I see now that this is failing in the "childprocess" gem. Kernel::Process.spawn() doesn't like the way the command is passed:
But this works:
So I changed:
|
This probably has something to do with the shell processor in previous version of windows. Since I do not have a windows machine to test this on - -- I'll just take your word for it and update. |
I'll push out a new version of the gem in the morning and if you could test it that would be great. |
@davidkrider Version 3.1.0 is pushed to rubygems -- give it a go |
Closing this as I have not heard back. |
This works, and starts a browser which loads Google:
But this doesn't:
I've looked all through the code, but I can't figure out what "Invalid argument" is referring to. As you can see, I'm sitting in the directory of the latest version of the gem. I've cleaned up other references (in the AppData directory). This is the one I'm calling:
I can't figure out what I'm doing wrong.
The text was updated successfully, but these errors were encountered: