From 7df18dd94016e3393bad6dc81488188494713185 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sat, 14 Mar 2026 11:01:01 +0100 Subject: [PATCH 1/2] doc: clarify that any truthy value of `shell` is part of DEP0190 --- doc/api/deprecations.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 892ecb9f2b4fc6..793cdebec36391 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -4175,7 +4175,7 @@ Type: Documentation-only `process.features.tls_alpn`, `process.features.tls_ocsp`, and `process.features.tls_sni` are deprecated, as their values are guaranteed to be identical to that of `process.features.tls`. -### DEP0190: Passing `args` to `node:child_process` `execFile`/`spawn` with `shell` option `true` +### DEP0190: Passing `args` to `node:child_process` `execFile`/`spawn` with `shell` option