2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-03-31 10:43:22 +00:00

fix: only halt in error clause

This commit is contained in:
sammyette 2024-04-06 18:52:55 -04:00
parent b416264138
commit 11fc1edd94
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -195,8 +195,9 @@ input:
// what are we even doing here?
panic("not a tty")
}
<-make(chan struct{})
}
<-make(chan struct{})
continue
}
var priv bool
if strings.HasPrefix(input, " ") {