Compare commits

..

No commits in common. "a88850357e660a7afc2e6290f935a52ec2a9b655" and "7aa9fb9fe658168ac431a6e8169d882c4ab6cb76" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ 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