Skip to content

Commit

Permalink
Changed the daemon output from json to text
Browse files Browse the repository at this point in the history
Closes arduino#1544

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
  • Loading branch information
Akos Kitta authored and kittaakos committed Oct 24, 2022
1 parent 32d904c commit 44751c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arduino-ide-extension/src/node/arduino-daemon-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ export class ArduinoDaemonImpl
'--config-file',
`"${cliConfigPath}"`,
'-v',
'--log-format',
'json',
];
if (debug) {
args.push('--debug');
Expand Down

0 comments on commit 44751c3

Please sign in to comment.