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

@@ -139,7 +139,7 @@ func askPassword(msg string, shouldAskAgain func(answer string) bool) (string, e
defer tty.Close()
for {
// print the prompt to stderr so it's visible to the user
fmt.Fprintf(os.Stderr, color.YellowString(msg))
log(color.YellowString(msg))
// read password from TTY with masking
password, err := tty.ReadPassword()