mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-13 20:29:27 +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:
@@ -162,8 +162,6 @@ export class ArduinoDaemonImpl
|
||||
'--config-file',
|
||||
`"${cliConfigPath}"`,
|
||||
'-v',
|
||||
'--log-format',
|
||||
'json',
|
||||
];
|
||||
if (debug) {
|
||||
args.push('--debug');
|
||||
|
||||
Reference in New Issue
Block a user