mirror of https://github.com/Hilbis/Hilbish
parent
08fd852fd1
commit
57ac7bd0f6
3
exec.go
3
exec.go
|
@ -250,10 +250,9 @@ func handleSh(cmdString string) (input string, exitCode uint8, cont bool, runErr
|
|||
exitCode = 69
|
||||
runErr = fmt.Errorf("sorry i forgot how to run commands")
|
||||
time.Sleep(2 * time.Second)
|
||||
}
|
||||
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
shRunner := hshMod.Get(rt.StringValue("runner")).AsTable().Get(rt.StringValue("sh"))
|
||||
var err error
|
||||
|
|
Loading…
Reference in New Issue