修复回蓝

This commit is contained in:
Lenheart 2026-01-09 20:01:10 +08:00
parent dd898db1a1
commit 0d3e7994bc
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ foreach(jobname in getroottable()._Global_Info_.JobName) {
"\n } catch (exception) {" + "\n } catch (exception) {" +
"\n " + "\n " +
"\n }" + "\n }" +
"\n return true;" +
"\n}"; "\n}";
funcStr = format(funcStr, jobname, jobname); funcStr = format(funcStr, jobname, jobname);