[build] Make loading sim extensions from MyRobot easier (#2671)

This commit is contained in:
Thad House
2020-08-31 00:34:34 -07:00
committed by GitHub
parent 7548fdae5d
commit 05701317b4
4 changed files with 75 additions and 28 deletions

View File

@@ -419,6 +419,6 @@ public abstract class RobotBase implements AutoCloseable {
runRobot(robotSupplier);
}
System.exit(1);
System.exit(0);
}
}