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 ade4065 commit 5358b8eCopy full SHA for 5358b8e
commands/board/attach.go
@@ -128,6 +128,7 @@ func runAttachCommand(cmd *cobra.Command, args []string) {
128
err = sketch.ExportMetadata()
129
if err != nil {
130
formatter.PrintError(err, "Cannot export sketch metadata.")
131
+ os.Exit(commands.ErrGeneric)
132
}
133
formatter.PrintResult("Selected fqbn: " + sketch.Metadata.CPU.Fqbn)
134
0 commit comments