Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit 1b7eafe

Browse files
Fixed linting
1 parent 07e31e3 commit 1b7eafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arduino/arduino.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ Please make sure the folder is not occupied by other procedures .`);
567567
{
568568
channel: !cocopa || cocopa && verbose ? arduinoChannel.channel : undefined,
569569
stdout: cocopa ? cocopa.callback : undefined,
570-
}
570+
},
571571
).then(async () => {
572572
await cleanup();
573573
if (mode !== BuildMode.Analyze) {

0 commit comments

Comments
 (0)