mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 11:27:17 +08:00
fix: build
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user