feat: print error

This commit is contained in:
amhsirak
2025-06-26 22:42:10 +05:30
parent 52fa7c4fdc
commit c2512d4c55

View File

@@ -63,7 +63,7 @@ const BrowserNavBar: FC<NavBarProps> = ({
handleUrlChanged(response);
}
}).catch((error) => {
console.log("Fetching current url failed");
console.log(`Fetching current url failed: ${error}`);
})
}, []);