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
If I may suggest this, it is often better to try to use something like cross-spawn which accepts an array of arguments and knows how to target the current platform (see #9). You will have a more portable and safe program if you use that approach.
Currently an empty string argument becomes an empty string, and is thus ignored by the shell:
Instead an empty string should become as
''
I think.The text was updated successfully, but these errors were encountered: