mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 01:29:22 +00:00
Wait for initialization
This commit is contained in:
parent
f1773b3b2d
commit
c2f0807338
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ class Shooter {
|
|||
}
|
||||
|
||||
async dispose() {
|
||||
this._ensureInitialized();
|
||||
await this._ensureInitialized();
|
||||
await this._page.close();
|
||||
await this._browser.close();
|
||||
this._initialized = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue