mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +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 = null;
|
||||
// Restart local shell
|
||||
LocalShell.init();
|
||||
r.run();
|
||||
} catch (Throwable ex) {
|
||||
ErrorEvent.fromThrowable(ex).handle();
|
||||
|
|
Loading…
Reference in a new issue