1
0
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:
Alex 2021-03-05 13:07:44 +02:00 committed by Alex Culliere
parent 80f895a4d4
commit 4152762cf9

View File

@ -87,4 +87,4 @@ export async function bootstrap(App: AppComponent) {
// run // run
bootstrap(process.isMainFrame ? LensApp : App); bootstrap(process.isMainFrame ? LensApp : App);
attachChromeDebugger(); await attachChromeDebugger();