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 ebbd71c commit 6c50d40Copy full SHA for 6c50d40
app/src/processing/app/Base.java
@@ -324,6 +324,8 @@ static private void createAndShowGUI(String[] args) {
324
325
// long t10 = System.currentTimeMillis();
326
// System.out.println("startup took " + (t2-t1) + " " + (t3-t2) + " " + (t4-t3) + " " + (t5-t4) + " " + (t6-t5) + " " + (t10-t6) + " ms");
327
+ } else {
328
+ System.exit(0);
329
}
330
331
0 commit comments