From d109922e31aa0aef1cbf3c1c6e0539e1d4203184 Mon Sep 17 00:00:00 2001 From: myk bilokonsky Date: Mon, 10 Apr 2017 01:55:02 +0200 Subject: cleaner warning --- index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'index.js') 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); -- cgit