From e07c9b82b77005fbd60fe735acce5e6d628fb934 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Tue, 14 Feb 2023 19:49:23 +0100 Subject: [PATCH] assert,util: revert recursive breaking change This commit is there to be reverted after merging. It makes it easy to backport the overall PR and allows easy forward fixing. Signed-off-by: Ruben Bridgewater PR-URL: https://github.com/nodejs/node/pull/46593 Reviewed-By: Yagiz Nizipli Reviewed-By: James M Snell Reviewed-By: Matteo Collina --- doc/api/assert.md | 12 ++---------- lib/internal/util/comparisons.js | 12 +++--------- test/parallel/test-assert-deep.js | 6 +++--- 3 files changed, 8 insertions(+), 22 deletions(-) diff --git a/doc/api/assert.md b/doc/api/assert.md index 34107c7730fdd9..d40300cc3fdb1b 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -546,10 +546,6 @@ An alias of [`assert.ok()`][].