From 8caeeefd71f2681c4201a42a94970f200b8db70e Mon Sep 17 00:00:00 2001 From: Carlos Espa <43477095+Ceres6@users.noreply.github.com> Date: Mon, 25 Nov 2024 23:48:24 +0100 Subject: [PATCH] doc: deprecate passing invalid types in `fs.existsSync` PR-URL: https://github.com/nodejs/node/pull/55892 Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Jason Zhang --- 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 a05305d3db2a72..6e4cfc9e0ada78 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -3772,7 +3772,7 @@ It is recommended to use the `new` qualifier instead. This applies to all REPL c -### DEP0187: `fs.existsSync` never throw on invalid arguments +### DEP0187: Passing invalid argument types to `fs.existsSync`