2
2
鏡像自 https://github.com/Hilbis/Hilbish synced 2025-07-10 21:12:02 +00:00

fix: only halt in error clause

This commit is contained in:
sammyette 2024-04-06 18:52:55 -04:00
父節點 b416264138
當前提交 11fc1edd94
簽署人: sammyette
GPG 金鑰 ID: 904FC49417B44DCD

查看文件

@ -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, " ") {