2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 03:33:22 +00:00

fix: dont double set prompt

This commit is contained in:
TorchedSammy 2022-03-06 17:08:53 -04:00
parent 8eb5a6710d
commit 539cf402ca
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -165,7 +165,6 @@ func main() {
input:
for interactive {
lr.SetPrompt(fmtPrompt(prompt))
running = false
input, err := lr.Read()