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.finalTeardown();
} }
CURRENT = null; CURRENT = null;
// Restart local shell
LocalShell.init();
r.run(); r.run();
} catch (Throwable ex) { } catch (Throwable ex) {
ErrorEvent.fromThrowable(ex).handle(); ErrorEvent.fromThrowable(ex).handle();