From e4c534b55a512232c14493cf17d38ba5097d2812 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Fri, 22 Nov 2024 09:35:22 +0100 Subject: [PATCH] Update infinite_clone_test.mjs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- infinite_clone_test.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infinite_clone_test.mjs b/infinite_clone_test.mjs index 6f833b9..dcb81d5 100644 --- a/infinite_clone_test.mjs +++ b/infinite_clone_test.mjs @@ -61,5 +61,5 @@ function createHash(content) { main().catch((err) => { console.error(err); - throw process.exit(1); + process.exit(1); });