2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 11:27:17 +08:00

fix: build

This commit is contained in:
耗子
2024-10-13 00:49:34 +08:00
parent e1cceca340
commit a223280172

View File

@@ -75,7 +75,7 @@ const openSession = () => {
ws.onerror = (event) => {
term.write('\r\nSSH连接发生错误请刷新页面。')
term.write('\r\nSSH connection error. Please refresh the page.\r\n')
console.error(event.error)
console.error(event)
ws.close()
}