mirror of
https://github.com/brendanhaines/javaProcessing.git
synced 2024-12-24 18:06:58 -07:00
makes Tester3D exit with error if exception is caught
This commit is contained in:
parent
0c4ff1d82f
commit
2482042595
|
@ -75,6 +75,7 @@ class Tester3D {
|
|||
}
|
||||
catch(Exception e) {
|
||||
System.out.print("Whoops! It didn't work!\n");
|
||||
System.exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user