We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657ba01 commit 0ba7b16Copy full SHA for 0ba7b16
src/arduino/arduino.ts
@@ -619,7 +619,7 @@ Please make sure the folder is not occupied by other procedures .`);
619
{ stdout: stdoutcb, stderr: stderrcb },
620
).then(async () => {
621
await cleanup("ok");
622
- arduinoChannel.end(`${mode} sketch '${dc.sketch}${os.EOL}`);
+ arduinoChannel.end(`${mode} sketch '${dc.sketch}'${os.EOL}`);
623
return true;
624
}, async (reason) => {
625
await cleanup("error");
0 commit comments