From 837bc2065239bd969aca6d5399688d21b1c24fd5 Mon Sep 17 00:00:00 2001 From: ZXMushroom63 Date: Wed, 16 Jul 2025 15:52:52 +0800 Subject: [PATCH] fix efi build opener --- compiler.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler.js b/compiler.js index 5d92e4b..04b3461 100644 --- a/compiler.js +++ b/compiler.js @@ -84,7 +84,8 @@ function getEfiBuild() { if (window.confirm("This file is not a EaglerForgeInjector build, or is too old.\nOpen the EaglerForgeInjector page?")) { window.open("https://eaglerforge.github.io/EaglerForgeInjector"); } - rej(); + + return rej(); } efiBuild = reader.result; res();