mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
parent
0174e1931a
commit
f6bfbdf170
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ module.exports = class Window {
|
||||||
|
|
||||||
session.on('exit', () => {
|
session.on('exit', () => {
|
||||||
rpc.emit('session exit', {uid});
|
rpc.emit('session exit', {uid});
|
||||||
|
sessions.delete(uid);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue