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
I want to be able to use AbortSignal and execa only supports that in ESM-only versions. Node supports it natively, so wrapping spawn seems reasonable
To do this, the default Executor would need to use it, as well as any test fixtures or harnesses. Or rather, the default Executorshould be the only thing spawning child processes atm. (plugin branch)
The text was updated successfully, but these errors were encountered:
I want to be able to use
AbortSignal
andexeca
only supports that in ESM-only versions. Node supports it natively, so wrappingspawn
seems reasonableTo do this, the default
Executor
would need to use it, as well as any test fixtures or harnesses. Or rather, the defaultExecutor
should be the only thing spawning child processes atm. (plugin branch)The text was updated successfully, but these errors were encountered: