Skip to content

Commit 8f67af2

Browse files
committed
alerts
1 parent 4905f69 commit 8f67af2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/helpers.js

+1
Original file line numberDiff line numberDiff line change
@@ -3033,6 +3033,7 @@ async function appendTweet(t, timelineContainer, options = {}) {
30333033
tweetData = await API.tweet.retweet(t.id_str);
30343034
} catch (e) {
30353035
console.error(e);
3036+
alert(e);
30363037
return;
30373038
}
30383039
if (!tweetData) {

scripts/tweetviewer.js

+1
Original file line numberDiff line numberDiff line change
@@ -1933,6 +1933,7 @@ class TweetViewer {
19331933
tweetData = await API.tweet.retweet(t.id_str);
19341934
} catch (e) {
19351935
console.error(e);
1936+
alert(e);
19361937
return;
19371938
}
19381939
if (!tweetData) {

0 commit comments

Comments
 (0)