mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-13 14:26:37 +00:00
removed space from discovery json log.
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
parent
10ac7fd50a
commit
d40401437a
@ -219,7 +219,7 @@ export class BoardDiscovery
|
|||||||
} else {
|
} else {
|
||||||
throw new Error(`Unhandled object type: ${arg}`);
|
throw new Error(`Unhandled object type: ${arg}`);
|
||||||
}
|
}
|
||||||
return JSON.stringify(object, null, 2); // TODO: remove `space`?
|
return JSON.stringify(object);
|
||||||
}
|
}
|
||||||
|
|
||||||
async start(): Promise<void> {
|
async start(): Promise<void> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user