Skip to content

Commit

Permalink
[js][bidi] insert await keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
TamsilAmani committed Jun 15, 2023
1 parent 4c4ef92 commit 0b9f8d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class NetworkInspector {
} else {
await this.bidi.subscribe(eventType)
}
this._on(callback)
await this._on(callback)
}

async _on(callback) {
Expand Down

0 comments on commit 0b9f8d5

Please sign in to comment.