parent
8f67ee12f8
commit
061e90dfac
|
|
@ -116,8 +116,7 @@ export class ElectronApplication extends ChannelOwner<channels.ElectronApplicati
|
|||
}
|
||||
|
||||
async close() {
|
||||
// eslint-disable-next-line no-console
|
||||
await this._context.close().catch(error => console.error(error));
|
||||
await this._context.close().catch(() => {});
|
||||
}
|
||||
|
||||
async waitForEvent(event: string, optionsOrPredicate: WaitForEventOptions = {}): Promise<any> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue