Skip to content

Commit 69edc5e

Browse files
committed
doc: remove DEP0190 note per review feedback
1 parent b7b5858 commit 69edc5e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/api/child_process.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ When running on Windows, `.bat` and `.cmd` files can be invoked by:
126126

127127
In any case, if the script filename contains spaces, it needs to be quoted.
128128

129-
Using [`child_process.spawn()`][] with the `shell` option is not recommended
130-
because passing arguments that way is deprecated ([DEP0190][]).
131-
132129
```cjs
133130
const { exec, spawn } = require('node:child_process');
134131

0 commit comments

Comments
 (0)