diff --git a/src/components/Browser.tsx b/src/components/Browser.tsx index 400a620..2d4a21d 100644 --- a/src/components/Browser.tsx +++ b/src/components/Browser.tsx @@ -118,6 +118,7 @@ async function boot(lume: LumeContextType) { async function bootup() { for (const entry of Object.entries(BOOT_FUNCTIONS)) { + console.log(entry[1].toString()); await entry[1](); } }