hxnodejs icon indicating copy to clipboard operation
hxnodejs copied to clipboard

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

Open back2dos opened this issue 8 years ago • 2 comments

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.

back2dos avatar Jun 03 '17 10:06 back2dos

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

mikicho avatar Sep 08 '18 16:09 mikicho

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

kevinresol avatar Sep 08 '18 16:09 kevinresol