Skip to content

Commit

Permalink
alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Aug 5, 2024
1 parent 4905f69 commit 8f67af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -3033,6 +3033,7 @@ async function appendTweet(t, timelineContainer, options = {}) {
tweetData = await API.tweet.retweet(t.id_str);
} catch (e) {
console.error(e);
alert(e);
return;
}
if (!tweetData) {
Expand Down
1 change: 1 addition & 0 deletions scripts/tweetviewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1933,6 +1933,7 @@ class TweetViewer {
tweetData = await API.tweet.retweet(t.id_str);
} catch (e) {
console.error(e);
alert(e);
return;
}
if (!tweetData) {
Expand Down

0 comments on commit 8f67af2

Please sign in to comment.