Compare commits

...

2 Commits

Author SHA1 Message Date
sammyette a88850357e
chore: merge from master 2021-05-21 21:11:41 -04:00
sammyette e86c95818a
fix: added a return in lua command check 2021-05-20 05:36:00 -04:00
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ func RunInput(input string) {
"Error in command:\n\n" + err.Error())
}
hooks.Em.Emit("command.exit", exitcode)
return
}
// Last option: use sh interpreter