summaryrefslogtreecommitdiff
path: root/cli/tests/unit_node/testdata/child_process_stdio.js
AgeCommit message (Collapse)Author
2023-06-16fix(ext/node): remove fromFileUrl from "node:path" (#19504)Ryan Clements
2023-05-18fix(node): support passing parent stdio streams (#19171)Marvin Hagemeister
This is a bit bare bones but gets `npm-run-all` working. For full stdio compatibility with node more work is needed which is probably better done in follow up PRs. Fixes #19159