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
See PR #4598 and commit 5824522. The reason you see different behavior is because you pass a .shell property in options, something that wasn't supported (and was a no-op) before.
Arguments array to spawn behaves differently between node versions up to 4.7.3 and node 4.8.0+
PoC - works as expected only in old versions. Nev node will pass 'install --production' as arguments to bash
The PoC is a short version of spawn-shell parro-it/spawn-shell#1
The text was updated successfully, but these errors were encountered: