mirror of https://github.com/Hilbis/Hilbish
fix: make runnerMode nil
parent
1379df7c24
commit
68fc973bfb
2
exec.go
2
exec.go
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue