Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b7dbe59

Browse files
author
Akos Kitta
committed
removed space from discovery json log.
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent 68e58d5 commit b7dbe59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎arduino-ide-extension/src/node/board-discovery.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export class BoardDiscovery
219219
} else {
220220
throw new Error(`Unhandled object type: ${arg}`);
221221
}
222-
return JSON.stringify(object,null,2);// TODO: remove `space`?
222+
return JSON.stringify(object);
223223
}
224224

225225
async start(): Promise<void> {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /