diff --git a/package.json b/package.json index 79a7f55..816cacd 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/popup.tsx b/src/popup.tsx index 5155b0e..7f8a5c8 100644 --- a/src/popup.tsx +++ b/src/popup.tsx @@ -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) }