mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-14 01:34:47 +08:00
fix: 增加终端连接断开提示信息 (#1571)
This commit is contained in:
parent
10427ddd65
commit
afcebb46a0
@ -184,6 +184,7 @@ const closeRealTerminal = (ev: CloseEvent) => {
|
|||||||
if (heartbeatTimer.value) {
|
if (heartbeatTimer.value) {
|
||||||
clearInterval(heartbeatTimer.value);
|
clearInterval(heartbeatTimer.value);
|
||||||
}
|
}
|
||||||
|
term.value.write('The connection has been disconnected.');
|
||||||
term.value.write(ev.reason);
|
term.value.write(ev.reason);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user