feat: print error

This commit is contained in:
amhsirak
2025-06-26 22:41:46 +05:30
parent 6b81fac3b6
commit 52fa7c4fdc

View File

@@ -130,7 +130,7 @@ export const BrowserContent = () => {
} }
}) })
.catch((error) => { .catch((error) => {
console.log("Fetching current url failed"); console.log(`Fetching current url failed: ${error}`);
}); });
}, []); }, []);