chore: 更新arduino-cli版本 (version: 1.3.1)
This commit is contained in:
2
src/common/shell-arduino.js
Normal file → Executable file
2
src/common/shell-arduino.js
Normal file → Executable file
@@ -19,6 +19,7 @@ export default class ShellArduino extends Shell {
|
||||
'--verbose',
|
||||
'--libraries', `"${arduino.path.libraries.join('","')}"`,
|
||||
'--build-path', `"${arduino.path.build}"`,
|
||||
'--output-dir', `"${arduino.path.output}"`,
|
||||
`"${arduino.path.code}"`,
|
||||
'--no-color'
|
||||
].join(' ');
|
||||
@@ -38,6 +39,7 @@ export default class ShellArduino extends Shell {
|
||||
'--verbose',
|
||||
'--libraries', `"${arduino.path.libraries.join('","')}"`,
|
||||
'--build-path', `"${arduino.path.build}"`,
|
||||
'--output-dir', `"${arduino.path.output}"`,
|
||||
`"${arduino.path.code}"`,
|
||||
'--no-color'
|
||||
].join(' ');
|
||||
|
||||
Reference in New Issue
Block a user