mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Update src/renderer/bootstrap.tsx
Add `await` keyword to debugger attachment Co-authored-by: chh <1474479+chenhunghan@users.noreply.github.com> Signed-off-by: Alex Culliere <alozhkin@mirantis.com>
This commit is contained in:
parent
80f895a4d4
commit
4152762cf9
@ -87,4 +87,4 @@ export async function bootstrap(App: AppComponent) {
|
||||
|
||||
// run
|
||||
bootstrap(process.isMainFrame ? LensApp : App);
|
||||
attachChromeDebugger();
|
||||
await attachChromeDebugger();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user