Skip to content

Commit 99d1a7b

Browse files
update includes
1 parent 5b6bfe1 commit 99d1a7b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

arduino-ide-extension/src/browser/contributions/contribution.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -222,11 +222,7 @@ export abstract class CoreServiceContribution extends SketchContribution {
222222
} catch {}
223223
}
224224
if (message) {
225-
if (
226-
message.includes(
227-
'Compilation error: Missing FQBN (Fully Qualified Board Name)'
228-
)
229-
) {
225+
if (message.includes('Missing FQBN (Fully Qualified Board Name)')) {
230226
message =
231227
'No board selected. Please select your Arduino board from the Tools > Board menu.';
232228
}

0 commit comments

Comments
 (0)