Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKamaev committed Feb 8, 2022
1 parent 78d426a commit b70068f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/provider/plugin-host.js
Expand Up @@ -154,7 +154,7 @@ export default class BrowserProviderPluginHost {
return value;
}

closeBrowserChildWindow (/*browserId*/) {
async closeBrowserChildWindow (/*browserId*/) {
return Promise.resolve();
}
}

0 comments on commit b70068f

Please sign in to comment.