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
Indeed IIRC this was quickly added.
A better way would be to provide a more complete Child process API (but something more simpler than the one provided in NodeJS).
In the meantime, if you need it, I think it should be easy to backport the cmd command to either a native module (ping @efyx) or simply move the current one in something like JSProcess
The
(global || window).exec
is not available on the nidium-server builds.Is that as intended? Would it make sense to move the exec method onto global instead of window, so that the server can also execute other processes?
Related sauce: JSWindow.h#L97 and JSGlobal.h#L45
The text was updated successfully, but these errors were encountered: