We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47ebac commit 47a1fd2Copy full SHA for 47a1fd2
src/main/java/frc/robot/Lib/BallDetectionTest.java
@@ -35,7 +35,7 @@ public void startCompetition() {
35
printResults();
36
try { Thread.sleep(50); } catch (InterruptedException e) {}
37
38
- System.exit(win ? 0 : 1);
+ System.exit(0);
39
}
40
41
private void testParallaxGeometry() {
0 commit comments