mirror of https://github.com/Hilbis/Hilbish
Compare commits
No commits in common. "a88850357e660a7afc2e6290f935a52ec2a9b655" and "7aa9fb9fe658168ac431a6e8169d882c4ab6cb76" have entirely different histories.
a88850357e
...
7aa9fb9fe6
1
shell.go
1
shell.go
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue