mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-21 21:13:22 +00:00
Compare commits
2 Commits
38233ccda4
...
4596159b8f
Author | SHA1 | Date | |
---|---|---|---|
|
4596159b8f | ||
|
9eabe5323d |
5
main.go
5
main.go
@ -184,7 +184,10 @@ input:
|
||||
}
|
||||
|
||||
input = strings.TrimSpace(input)
|
||||
if len(input) == 0 { continue }
|
||||
if len(input) == 0 {
|
||||
hooks.Em.Emit("command.exit", 0)
|
||||
continue
|
||||
}
|
||||
|
||||
if strings.HasSuffix(input, "\\") {
|
||||
for {
|
||||
|
Loading…
x
Reference in New Issue
Block a user