mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-10 14:11:22 -06:00
✨ fix error message
This commit is contained in:
parent
ba6e429ace
commit
02db2c9e3e
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "sky-follower-bridge",
|
||||
"displayName": "Sky Follower Bridge",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "Instantly find and follow the same users from your Twitter follower on Bluesky.",
|
||||
"author": "kawamataryou",
|
||||
"scripts": {
|
||||
|
@ -53,7 +53,8 @@ function IndexPopup() {
|
||||
setMessage({ type: MESSAGE_TYPE.SUCCESS, message: "Completed. Try again if no results found.”" })
|
||||
}
|
||||
} catch(e) {
|
||||
setErrorMessage(e.toString())
|
||||
setErrorMessage('Error: Something went wrong. Please reload the web page and try again.')
|
||||
console.error(e)
|
||||
} finally {
|
||||
setIsLoading(false)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user