fix: 增加终端连接断开提示信息 (#1571)

pull/1572/head
ssongliu 1 year ago committed by GitHub
parent 10427ddd65
commit afcebb46a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -184,6 +184,7 @@ const closeRealTerminal = (ev: CloseEvent) => {
if (heartbeatTimer.value) {
clearInterval(heartbeatTimer.value);
}
term.value.write('The connection has been disconnected.');
term.value.write(ev.reason);
};

Loading…
Cancel
Save