Skip to content

src: support sync 'overlapped' stdio option

Rodrigo Muino Tomonari requested to merge github/fork/bnoordhuis/fix48476 into main

Fix an oversight in the pull request that introduced the 'overlapped' option to the asynchronous child process methods, and also add it to the synchronous methods, like child_process.spawnSync().

Fixes: https://github.com/nodejs/node/issues/48476 Refs: https://github.com/nodejs/node/pull/29412

Merge request reports

Loading