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 a wrap calls require('spawn-wrap').runMain(), then this gets messed up when there's more than one shim, because the shim overwrites it, so the second shim gets clobbered.
The text was updated successfully, but these errors were encountered:
Example script that demonstrates the issue: https://gist.github.com/isaacs/05bece5f8cdd21ea3a38e62c09f2f694
If a wrap calls
require('spawn-wrap').runMain()
, then this gets messed up when there's more than one shim, because the shim overwrites it, so the second shim gets clobbered.The text was updated successfully, but these errors were encountered: