2
2
镜像来自 https://github.com/Hilbis/Hilbish synced 2025-07-18 16:52:02 +00:00

fix: make runnerMode nil

This commit is contained in:
sammyette 2024-12-29 01:35:01 -04:00
父節點 1379df7c24
當前提交 68fc973bfb
簽署人: sammyette
GPG Key ID: 904FC49417B44DCD

查看文件

@ -16,7 +16,7 @@ import (
var errNotExec = errors.New("not executable") var errNotExec = errors.New("not executable")
var errNotFound = errors.New("not found") var errNotFound = errors.New("not found")
var runnerMode rt.Value = rt.StringValue("hybrid") var runnerMode rt.Value = rt.NilValue
func runInput(input string, priv bool) { func runInput(input string, priv bool) {
running = true running = true