mirror of https://github.com/Hilbis/Hilbish
Compare commits
No commits in common. "4596159b8ffa61139f7e0f3d80e83d4593f819b6" and "38233ccda41d78390cd8d497fd37afb74f401f6d" have entirely different histories.
4596159b8f
...
38233ccda4
5
main.go
5
main.go
|
@ -184,10 +184,7 @@ input:
|
||||||
}
|
}
|
||||||
|
|
||||||
input = strings.TrimSpace(input)
|
input = strings.TrimSpace(input)
|
||||||
if len(input) == 0 {
|
if len(input) == 0 { continue }
|
||||||
hooks.Em.Emit("command.exit", 0)
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
|
|
||||||
if strings.HasSuffix(input, "\\") {
|
if strings.HasSuffix(input, "\\") {
|
||||||
for {
|
for {
|
||||||
|
|
Loading…
Reference in New Issue