2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-22 05:23:23 +00:00

Compare commits

..

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

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