+2
-0
lines changedFilter options
+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