You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: