2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-21 21:13:22 +00:00

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

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