Skip to content

Commit

Permalink
Invoke InspectorFrontendHostStub.reattach callback
Browse files Browse the repository at this point in the history
  • Loading branch information
motiz88 committed Oct 20, 2023
1 parent a0baf92 commit 1afb080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front_end/core/host/InspectorFrontendHost.ts
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ export class InspectorFrontendHostStub implements InspectorFrontendHostAPI {
}

reattach(callback: () => void): void {
callback();
}

readyForTest(): void {
Expand Down

0 comments on commit 1afb080

Please sign in to comment.