Skip to content

Commit 7fd35a2

Browse files
author
Akos Kitta
committed
fixed typo in logs.
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent 97e3824 commit 7fd35a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-ide-extension/src/node/sketches-service-impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export class SketchesServiceImpl
155155
);
156156
if (sketchFileExtension !== '.ino' && sketchFileExtension !== '.pde') {
157157
console.warn(
158-
`Mismatching sketch file <${sketchFilename} >and sketch folder name <${sketchName}>. Skipping`
158+
`Mismatching sketch file <${sketchFilename}> and sketch folder name <${sketchName}>. Skipping`
159159
);
160160
continue;
161161
}

0 commit comments

Comments
 (0)