This commit is contained in:
crschnick 2024-09-26 10:57:58 +00:00
parent 25822859c9
commit 3337790f34

View file

@ -223,6 +223,8 @@ public abstract class OperationMode {
CURRENT.finalTeardown();
}
CURRENT = null;
// Restart local shell
LocalShell.init();
r.run();
} catch (Throwable ex) {
ErrorEvent.fromThrowable(ex).handle();