Skip to content

Commit

Permalink
Merge pull request #1 from motiz88/enable-web-mode-reloads
Browse files Browse the repository at this point in the history
Enable reloading DevTools when running in hosted mode
  • Loading branch information
motiz88 authored Oct 20, 2023
2 parents a0baf92 + 1afb080 commit 967f50b
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 967f50b

Please sign in to comment.