mirror of
https://github.com/brendanhaines/javaProcessing.git
synced 2025-07-14 07:01:58 -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) {
|
catch(Exception e) {
|
||||||
System.out.print("Whoops! It didn't work!\n");
|
System.out.print("Whoops! It didn't work!\n");
|
||||||
|
System.exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user