mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-21 21:13:22 +00:00
Compare commits
2 Commits
7aa9fb9fe6
...
a88850357e
Author | SHA1 | Date | |
---|---|---|---|
|
a88850357e | ||
|
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…
x
Reference in New Issue
Block a user