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 24029c5 commit a76588cCopy full SHA for a76588c
app/src/processing/app/Base.java
@@ -488,7 +488,7 @@ public Base(String[] args) throws Exception {
488
} else if (parser.isGetPrefMode()) {
489
BaseNoGui.dumpPrefs(parser);
490
} else if (parser.isVersionMode()) {
491
- System.out.print("Arduino: " + BaseNoGui.VERSION_NAME_LONG);
+ System.out.println("Arduino: " + BaseNoGui.VERSION_NAME_LONG);
492
System.exit(0);
493
}
494
0 commit comments