mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 09:06:03 +00:00
lint
This commit is contained in:
@@ -374,14 +374,14 @@ export class BaseTerminalTabComponent extends BaseTabComponent implements OnInit
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
protected async onFrontendReady (): Promise<void> {
|
protected onFrontendReady (): void {
|
||||||
this.frontendIsReady = true
|
this.frontendIsReady = true
|
||||||
if (this.savedState) {
|
if (this.savedState) {
|
||||||
this.frontend!.restoreState(this.savedState)
|
this.frontend!.restoreState(this.savedState)
|
||||||
if (!this.savedStateIsLive) {
|
if (!this.savedStateIsLive) {
|
||||||
await this.frontend!.write('\r\n\r\n')
|
this.frontend!.write('\r\n\r\n')
|
||||||
await this.frontend!.write(colors.bgWhite.black(' * ') + colors.bgBlackBright.white(' History restored '))
|
this.frontend!.write(colors.bgWhite.black(' * ') + colors.bgBlackBright.white(' History restored '))
|
||||||
await this.frontend!.write('\r\n\r\n')
|
this.frontend!.write('\r\n\r\n')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user