mirror of https://github.com/Hilbis/Hilbish
fix: added a return in lua command check
parent
08a3e75fd1
commit
e86c95818a
1
shell.go
1
shell.go
|
@ -62,6 +62,7 @@ func RunInput(input string) {
|
||||||
"Error in command:\n\n" + err.Error())
|
"Error in command:\n\n" + err.Error())
|
||||||
}
|
}
|
||||||
hooks.Em.Emit("command.exit", exitcode)
|
hooks.Em.Emit("command.exit", exitcode)
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// Last option: use sh interpreter
|
// Last option: use sh interpreter
|
||||||
|
|
Loading…
Reference in New Issue