mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
lint
This commit is contained in:
@@ -58,7 +58,7 @@ export class Application {
|
||||
}
|
||||
}
|
||||
|
||||
async send (event: string, ...args): void {
|
||||
async send (event: string, ...args): Promise<void> {
|
||||
if (!this.hasWindows()) {
|
||||
await this.newWindow()
|
||||
}
|
||||
@@ -97,7 +97,7 @@ export class Application {
|
||||
}
|
||||
}
|
||||
|
||||
hasWindows (): bool {
|
||||
hasWindows (): boolean {
|
||||
return !!this.windows.length
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user