Compare commits

..

1 Commits

Author SHA1 Message Date
sammyette e38d5616aa
Merge eded38c7b5 into 1a4585aa7a 2023-12-02 11:35:29 -05:00
1 changed files with 0 additions and 3 deletions

View File

@ -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 {