espelhamento de
https://github.com/Hilbis/Hilbish
sincronizado 2025-07-14 14:52:02 +00:00
Comparar commits
Nenhum commit em comum. "a0513c0a05df8e837076df35ec58705d55a19e8e" e "1a4585aa7a3173705edb2de984f1a2aab2a96010" tem históricos completamente diferentes.
a0513c0a05
...
1a4585aa7a
3
exec.go
3
exec.go
@ -175,9 +175,6 @@ func runLuaRunner(runr rt.Value, userInput string) (input string, exitCode uint8
|
||||
runnerRet := term.Get(0)
|
||||
if runner, ok = runnerRet.TryTable(); !ok {
|
||||
fmt.Fprintln(os.Stderr, "runner did not return a table")
|
||||
exitCode = 125
|
||||
input = userInput
|
||||
return
|
||||
}
|
||||
|
||||
if code, ok := runner.Get(rt.StringValue("exitCode")).TryInt(); ok {
|
||||
|
Carregando…
x
Referência em uma nova issue
Block a user