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