Skip to content

Commit 05e718d

Browse files
committed
Fixed nil pointer exception when burning-bootloader
1 parent 994424a commit 05e718d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/upload/upload.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ func runProgramAction(pm *packagemanager.PackageManager,
339339
}
340340
}
341341

342-
logrus.Tracef("Upload %s on %s successful", sketch.Name, fqbnIn)
342+
logrus.Tracef("Upload successful")
343343
return nil
344344
}
345345

0 commit comments

Comments
 (0)