From f3b0bd3bcd8f7ef4114d07509bda13c28618769a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Menyh=C3=A9rt=20Heged=C5=B1s?= <30656151+hmenyus@users.noreply.github.com> Date: Mon, 2 Dec 2024 01:11:38 +0100 Subject: [PATCH] removed throw (#102) --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 9d1ea17..46d208c 100644 --- a/index.js +++ b/index.js @@ -96,7 +96,6 @@ class Interpreter } catch(e) { - throw e; } }