Skip to content

Commit 312cfdb

Browse files
authored
[skip-changelog] delete minor unreachable code caused by log.Fatal (#1831)
Signed-off-by: Abirdcfly <[email protected]>
1 parent fc2ea72 commit 312cfdb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: client_example/main.go

-1
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,6 @@ func callUpload(client rpc.ArduinoCoreServiceClient, instance *rpc.Instance) {
656656

657657
if err != nil {
658658
log.Fatalf("Upload error: %s", err)
659-
break
660659
}
661660

662661
// When an operation is ongoing you can get its output

0 commit comments

Comments
 (0)