Skip to content

Commit fcbbf8f

Browse files
committed
Merge remote branch 'ricklon/platforms' into platforms
2 parents 486e14a + a6646ca commit fcbbf8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/debug/Target.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public Target(String name, File folder) {
8282
} catch (Exception e) {
8383
System.err.println("Error loading platforms from " +
8484
platformsFile + ": " + e);
85-
System.exit(0);
85+
//System.exit(0);
8686

8787
}
8888

0 commit comments

Comments
 (0)