mirror of
https://github.com/brendanhaines/javaProcessing.git
synced 2025-08-13 20:03:33 -06:00
makes Tester3D exit with error if exception is caught
This commit is contained in:
@@ -75,6 +75,7 @@ class Tester3D {
|
||||
}
|
||||
catch(Exception e) {
|
||||
System.out.print("Whoops! It didn't work!\n");
|
||||
System.exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user