We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6146e0 commit 7bbf2a2Copy full SHA for 7bbf2a2
commands/board/list.go
@@ -185,8 +185,8 @@ func identify(pme *packagemanager.Explorer, port *discovery.Port) ([]*rpc.BoardL
185
// the board couldn't be detected, print a warning
186
logrus.Debug("Board not recognized")
187
} else if err != nil {
188
- // this is bad, bail out
189
- returnnil, &arduino.UnavailableError{Message: tr("Error getting board info from Arduino Cloud")}
+ // this is bad, but keep going
+ logrus.WithError(err).Debug("Error querying builder API")
190
}
191
192
// add a DetectedPort entry in any case: the `Boards` field will
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments