Skip to content

Commit

Permalink
Improving messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
daonb committed Sep 23, 2024
1 parent ca2c65d commit 8ed6b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/terminal7.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export class Terminal7 {
if (!gate.session.isOpen()) {
gate.handleFailure(Failure.TimedOut)
} else if (!this.pb.isOpen())
this.pb.notify("Timed out, please refresh app and `support`")
this.pb.notify("Connection timed out")
this.map.shell.printPrompt()
})
this.run(() => this.recovering=false, this.conf.net.timeout)
Expand Down

0 comments on commit 8ed6b8f

Please sign in to comment.