diff options
-rw-r--r-- | index.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/index.js b/index.js index a812d47..121022f 100644 --- a/index.js +++ b/index.js @@ -66,11 +66,10 @@ function boost(rows) { return console.log('Warning: tried to boost #' + id + ' but it had already been boosted by this account. Adding to cache.'); } - return console.log(err); + return console.log(err.message); } boosted[id] = true; console.log('boosted status #' + id); - console.dir(result); }); }) } |