feat: print error
This commit is contained in:
@@ -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}`);
|
||||
})
|
||||
}, []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user