mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
Fix NPE
This commit is contained in:
parent
25822859c9
commit
3337790f34
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue