mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-17 08:16:33 +00:00
Changed the daemon output from json
to text
Closes #1544 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
parent
32d904ca36
commit
44751c370b
@ -162,8 +162,6 @@ export class ArduinoDaemonImpl
|
|||||||
'--config-file',
|
'--config-file',
|
||||||
`"${cliConfigPath}"`,
|
`"${cliConfigPath}"`,
|
||||||
'-v',
|
'-v',
|
||||||
'--log-format',
|
|
||||||
'json',
|
|
||||||
];
|
];
|
||||||
if (debug) {
|
if (debug) {
|
||||||
args.push('--debug');
|
args.push('--debug');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user