From aae37482eba223c73aa0e9736240bed26f7bbc08 Mon Sep 17 00:00:00 2001 From: Minecraftku_hei <31839741+kebufu@users.noreply.github.com> Date: Sun, 18 Apr 2021 11:23:38 +0800 Subject: [PATCH] fix "Wrong searching regex". --- Applications/MineCode IDE.app/Main.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Applications/MineCode IDE.app/Main.lua b/Applications/MineCode IDE.app/Main.lua index afd40129..41413d2c 100755 --- a/Applications/MineCode IDE.app/Main.lua +++ b/Applications/MineCode IDE.app/Main.lua @@ -1258,6 +1258,7 @@ local function find() end else GUI.alert("Wrong searching regex") + return end end