2
2
réplica de https://github.com/Hilbis/Hilbish synced 2025-07-13 06:12:03 +00:00

fix: finish properly when command exit is successful after contine prompt

Este commit está contenido en:
TorchedSammy 2022-03-05 21:25:32 -04:00
padre b1ad90443e
commit 6740e012a5
Firmado por: sammyette
ID de clave GPG: 904FC49417B44DCD

Ver fichero

@ -61,6 +61,8 @@ func runInput(input, origInput string) {
} else if err != nil {
fmt.Fprintln(os.Stderr, err)
cmdFinish(1, cmdString, origInput)
} else {
cmdFinish(0, cmdString, origInput)
}
break
}