Skip to content

Commit 44751c3

Browse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
Changed the daemon output from json to text
Closes #1544 Signed-off-by: Akos Kitta <[email protected]>
1 parent 32d904c commit 44751c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arduino-ide-extension/src/node/arduino-daemon-impl.ts

-2
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ export class ArduinoDaemonImpl
162162
'--config-file',
163163
`"${cliConfigPath}"`,
164164
'-v',
165-
'--log-format',
166-
'json',
167165
];
168166
if (debug) {
169167
args.push('--debug');

0 commit comments

Comments
 (0)