2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-04 20:53:24 +00:00

fix: make runnerMode nil

This commit is contained in:
sammyette 2024-12-29 01:35:01 -04:00
parent 1379df7c24
commit 68fc973bfb
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -16,7 +16,7 @@ import (
var errNotExec = errors.New("not executable")
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) {
running = true