Skip to content

Commit a41b9da

Browse files
committed
More changes to help debug test failure when run in checks on PR
1 parent c2b2ba7 commit a41b9da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/command/ui_input.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ func (i *UIInput) Input(ctx context.Context, opts *terraform.InputOpts) (string,
142142
} else {
143143
buf := bufio.NewReader(r)
144144
line, err = buf.ReadString('\n')
145+
fmt.Printf("DEBUG: read %s from input\n", line)
146+
fmt.Printf("DEBUG: err %s\n", err)
145147
}
146148
if err != nil {
147149
log.Printf("[ERR] UIInput scan err: %s", err)

0 commit comments

Comments
 (0)