diff --git a/src/renderer/bootstrap.tsx b/src/renderer/bootstrap.tsx index db6807c841..aeb25c4647 100644 --- a/src/renderer/bootstrap.tsx +++ b/src/renderer/bootstrap.tsx @@ -87,4 +87,4 @@ export async function bootstrap(App: AppComponent) { // run bootstrap(process.isMainFrame ? LensApp : App); -attachChromeDebugger(); +await attachChromeDebugger();