compile tests again.

This commit is contained in:
fiatjaf
2025-05-23 07:52:19 -03:00
parent b5bd2aecf6
commit 0073c9bdf1
4 changed files with 4 additions and 5 deletions

View File

@@ -424,7 +424,7 @@ func askConfirmation(msg string) bool {
}
defer tty.Close()
fmt.Fprintf(os.Stderr, color.YellowString(msg))
log(color.YellowString(msg))
answer, err := tty.ReadString()
if err != nil {
return false