This commit is contained in:
Jesper Wilhelmsson 2018-03-01 01:47:46 +01:00
commit 3dfe4d61b3
176 changed files with 3416 additions and 2177 deletions

View file

@ -275,6 +275,7 @@ public class Runtime {
if (sm != null) {
sm.checkExit(status);
}
Shutdown.beforeHalt();
Shutdown.halt(status);
}