From e8de8f19c2ab40497631f0f0d71e9006d749c9f4 Mon Sep 17 00:00:00 2001 From: yczpf2019 Date: Sat, 24 Jan 2026 21:19:08 +0800 Subject: [PATCH] =?UTF-8?q?debug(shell-arduino):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=B0=83=E8=AF=95=E6=97=A5=E5=BF=97=E6=9F=A5=E7=9C=8B=20arduin?= =?UTF-8?q?o-cli=20=E5=91=BD=E4=BB=A4=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/shell-arduino.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/shell-arduino.js b/src/common/shell-arduino.js index b699ec70..d7028eab 100755 --- a/src/common/shell-arduino.js +++ b/src/common/shell-arduino.js @@ -29,6 +29,7 @@ export default class ShellArduino extends Shell { `"${arduino.path.code}"`, '--no-color' ].join(' '); + console.log('DEBUG ARDUINO COMPILE CMD:', command); return this.execUntilClosed(command, { maxBuffer: 4096 * 1000000 }); }