fix(tabs): error message typo

This commit is contained in:
Simon
2026-03-31 21:04:53 +08:00
parent 6823e04ca9
commit 0402a6be03

View File

@@ -341,7 +341,7 @@ export class TabsController {
this.port = null
if (this.disposed) return
if (this.portRetries >= 7) {
console.error(PREFIX, 'tab events port failed after 3 retries, giving up')
console.error(PREFIX, 'tab events port failed after 7 retries, giving up')
return
}
debug('port disconnected, reconnecting...')