Skip to content

Commit

Permalink
Update bot.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vinidf committed Oct 6, 2020
1 parent d704b48 commit d2cd40d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ Twitter.stream('statuses/filter', {track: '#CovidNaMinhaCidade'}, function(strea
});
});

// ... when we get an error...
// ... when we get an error, log it...
stream.on('error', function(error) {
//print out the error
console.log(error);
});
});
});

0 comments on commit d2cd40d

Please sign in to comment.