removed space from discovery json log.

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
Akos Kitta 2022-08-25 20:48:19 +02:00 committed by Akos Kitta
parent 10ac7fd50a
commit d40401437a

View File

@ -219,7 +219,7 @@ export class BoardDiscovery
} else {
throw new Error(`Unhandled object type: ${arg}`);
}
return JSON.stringify(object, null, 2); // TODO: remove `space`?
return JSON.stringify(object);
}
async start(): Promise<void> {