From dea9bda49204e71df94650e3ab9a789db6aa98b5 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Mon, 18 Aug 2025 09:25:39 -0400 Subject: [PATCH] Update decrypt-save.js comment --- scripts/decrypt-save.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/decrypt-save.js b/scripts/decrypt-save.js index bb08c58e2b7..26b0a311378 100644 --- a/scripts/decrypt-save.js +++ b/scripts/decrypt-save.js @@ -63,7 +63,7 @@ function decryptSave(path) { console.error(`Unrecognized error: ${e}`); process.exit(1); } - // @ts-expect-error: TODO fix + // @ts-expect-error - e is usually a SystemError (all of which have codes) switch (e.code) { case "ENOENT": console.error(`File not found: ${path}`);