Skip to content

Commit c97b0bd

Browse files
committed
Add debug log to prompt for enter
1 parent c5e6f42 commit c97b0bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/pkg/print/print.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ func (p *Printer) PromptForEnter(prompt string) error {
153153
if answer == 10 {
154154
return nil
155155
}
156+
p.Debug(ErrorLevel, "got byte %d", answer)
156157
return errAborted
157158
}
158159

0 commit comments

Comments
 (0)