We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ac7fd commit d404014Copy full SHA for d404014
arduino-ide-extension/src/node/board-discovery.ts
@@ -219,7 +219,7 @@ export class BoardDiscovery
219
} else {
220
throw new Error(`Unhandled object type: ${arg}`);
221
}
222
- return JSON.stringify(object, null, 2); // TODO: remove `space`?
+ return JSON.stringify(object);
223
224
225
async start(): Promise<void> {
0 commit comments