chore(shell-arduino): 清理调试日志
This commit is contained in:
@@ -32,7 +32,6 @@ export default class ShellArduino extends Shell {
|
|||||||
'--no-color'
|
'--no-color'
|
||||||
);
|
);
|
||||||
|
|
||||||
console.log('DEBUG ARDUINO COMPILE:', arduino.path.cli, args);
|
|
||||||
return this.execFileUntilClosed(arduino.path.cli, args, { maxBuffer: 4096 * 1000000 });
|
return this.execFileUntilClosed(arduino.path.cli, args, { maxBuffer: 4096 * 1000000 });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user