fix(tabs): error message typo
This commit is contained in:
@@ -341,7 +341,7 @@ export class TabsController {
|
|||||||
this.port = null
|
this.port = null
|
||||||
if (this.disposed) return
|
if (this.disposed) return
|
||||||
if (this.portRetries >= 7) {
|
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
|
return
|
||||||
}
|
}
|
||||||
debug('port disconnected, reconnecting...')
|
debug('port disconnected, reconnecting...')
|
||||||
|
|||||||
Reference in New Issue
Block a user