fix: added a return in lua command check

pull/59/head
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
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