diff --git a/frontend/src/components/terminal/index.vue b/frontend/src/components/terminal/index.vue index dd6c6e19f..6362da68a 100644 --- a/frontend/src/components/terminal/index.vue +++ b/frontend/src/components/terminal/index.vue @@ -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); };