diff --git a/shell.go b/shell.go index 53b5e67..10d8ff7 100644 --- a/shell.go +++ b/shell.go @@ -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