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
cross-spawn is a popular package to fix some of Node's shortcomings when spawning processes on Windows (such as escaping arguments). We should add some tests spawning processes through this library to make sure that there is no mismatch such as double-escaping the arguments.
The text was updated successfully, but these errors were encountered:
cross-spawn
is a popular package to fix some of Node's shortcomings when spawning processes on Windows (such as escaping arguments). We should add some tests spawning processes through this library to make sure that there is no mismatch such as double-escaping the arguments.The text was updated successfully, but these errors were encountered: