Skip to content

Commit 386439d

Browse files
committed
Increase debugging prints
1 parent fff8658 commit 386439d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/integrationtest/daemon/daemon_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ func analyzeUpdateIndexClient(t *testing.T, cl commands.ArduinoCoreService_Updat
618618
analyzer := NewDownloadProgressAnalyzer(t)
619619
for {
620620
msg, err := cl.Recv()
621+
fmt.Println("UPDATE>", msg, err)
621622
if errors.Is(err, io.EOF) {
622623
return analyzer.Results, nil
623624
}

0 commit comments

Comments
 (0)