tweet.on('error', function(error) {
console.log('Error: ' + error);
});
I use the above code, but for some reason, lately i'm getting Exceeded Rate Limit crashes. Shouldn't this stop it and just log it to console instead, rather than ending the program?