A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/arduino/arduino-fwuploader/commit/f07445fc5a50b1ea48c115ce97d6e1ee06016ecd below:

Print error message on certificate flash failure (#215) · arduino/arduino-fwuploader@f07445f · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -85,7 +85,7 @@ func runFlash(certificateURLs, certificatePaths []string) {

85 85

res, flashErr := flashCertificates(uploader, certificateURLs, certificatePaths)

86 86

feedback.PrintResult(res)

87 87

if flashErr != nil {

88 -

os.Exit(int(feedback.ErrGeneric))

88 +

feedback.Fatal(fmt.Sprintf("Error during certificates flashing: %s", flashErr), feedback.ErrGeneric)

89 89

}

90 90

}

91 91

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4