2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-03 12:13:25 +00:00

fix: added a return in lua command check

This commit is contained in:
sammyette 2021-05-20 05:36:00 -04:00
parent 08a3e75fd1
commit e86c95818a
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5

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