mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-15 23:36: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',
|
||||
`"${cliConfigPath}"`,
|
||||
'-v',
|
||||
'--log-format',
|
||||
'json',
|
||||
];
|
||||
if (debug) {
|
||||
args.push('--debug');
|
||||
|
Loading…
x
Reference in New Issue
Block a user