Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit f33bc7b

Browse files
committed
feat: console log changed address
1 parent dfbbfb7 commit f33bc7b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/content-script/hooks/twitter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ class TwitterHook {
237237
if (settings.syncing !== false && settings.address) {
238238
if (settings.address.toLowerCase() !== this.main.address?.toLowerCase()) {
239239
newStatus = 'Address changed.';
240+
this.main.xlog('warn', `Old address: ${settings.address}, now: ${this.main.address}`);
240241
}
241242
if (newStatus !== '') {
242243
this.main.xlog('warn', newStatus);

0 commit comments

Comments
 (0)