diff options
-rw-r--r-- | index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js index db9d2df..3b826f3 100644 --- a/index.js +++ b/index.js @@ -64,6 +64,7 @@ function boost(rows) { if (err) { if (err.message === 'Validation failed: Reblog of status already exists') { boosted[id] = true; + return console.log(`Warning: tried to boost #${id} but it had already been boosted by this account. Adding to cache.`); } return console.error(err); |