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

spawnSync should allow options.shell:Bool and Sys.command should use it #92

Open
back2dos opened this issue Jun 3, 2017 · 2 comments
Open

Comments

@back2dos
Copy link
Member

back2dos commented Jun 3, 2017

Try Sys.command("start", "http://example.com") on Windows. Works on neko, but not with hxnodejs, because it needs to be run through the shell. Interestingly the externs don't mention that option, but if you force your will it works as expected.

@mikicho
Copy link

mikicho commented Sep 8, 2018

@kevinresol / @back2dos , please close the issue if fixed

@kevinresol
Copy link
Contributor

Reading the PR again, I think Sys.command("start http://example.com") will work

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

No branches or pull requests

3 participants