fix: dont double set prompt

windows-fixes
TorchedSammy 2022-03-06 17:08:53 -04:00
parent 8eb5a6710d
commit 539cf402ca
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 0 additions and 1 deletions

View File

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