Closed as not planned
Closed as not planned
Description
spawn-wrap works by intercepting calls to spawn and spawnSync. spawn is handled by replacing ChildProcess.prototype.spawn
, spawnSync is handled by replacing process.bindings('spawn_sync').spawn
. With #22160 and #22260 I assume we will need a migration path in the future.
- Version: future
- Platform: all
- Subsystem: child_process