修正runner为最新实现

Signed-off-by: JianFeeeee <2198972886@qq.com>
This commit is contained in:
2026-03-22 10:01:23 +08:00
parent 8e9deb2865
commit 10bc402100
3 changed files with 36 additions and 45 deletions

View File

@ -90,6 +90,8 @@ public class LuaError <: Exception {
case 5018 => "Missing redirect file path"
case 5019 => "Reset input file failed, may cause input pollution"
case 5020 => "Error in callback functions"
case 5021 => "change workdir error"
case 5022 => "Calling func no found"
case _ => "Unknown error"
}
}