diff --git a/src/renderer/bootstrap.tsx b/src/renderer/bootstrap.tsx index e2d34879a6..d80512561a 100644 --- a/src/renderer/bootstrap.tsx +++ b/src/renderer/bootstrap.tsx @@ -69,7 +69,7 @@ type AppComponent = React.ComponentType & { }; export async function bootstrap(comp: () => Promise) { - AppPaths.init(); + await AppPaths.init(); const rootElem = document.getElementById("app"); await attachChromeDebugger();