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/eef0eb6b4d2455207ac8e8a89845a9eaa8bd709d below:

fix panic when cannot download FirmwareIndex (#128) · arduino/arduino-fwuploader@eef0eb6 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+2

-0

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

@@ -21,6 +21,7 @@ package firmware

21 21

import (

22 22

"os"

23 23 24 +

"github.com/arduino/arduino-cli/cli/errorcodes"

24 25

"github.com/arduino/arduino-cli/cli/feedback"

25 26

"github.com/arduino/arduino-cli/table"

26 27

"github.com/arduino/arduino-fwuploader/indexes"

@@ -59,6 +60,7 @@ func list(fqbn string) {

59 60

firmwareIndex, err := indexes.GetFirmwareIndex()

60 61

if err != nil {

61 62

feedback.Error(err)

63 +

os.Exit(errorcodes.ErrGeneric)

62 64

}

63 65 64 66

res := FirmwareListResult{}

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