mirror of https://github.com/Hilbis/Hilbish
Compare commits
2 Commits
7aa9fb9fe6
...
a88850357e
Author | SHA1 | Date |
---|---|---|
sammyette | a88850357e | |
sammyette | 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