feat: print error
This commit is contained in:
@@ -130,7 +130,7 @@ export const BrowserContent = () => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch((error) => {
|
.catch((error) => {
|
||||||
console.log("Fetching current url failed");
|
console.log(`Fetching current url failed: ${error}`);
|
||||||
});
|
});
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user