Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Oct 12, 2024
1 parent e1cceca commit a223280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/views/ssh/IndexView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit a223280

Please sign in to comment.