Skip to content

Instantly share code, notes, and snippets.

@gajus
Created October 1, 2014 10:57
Show Gist options
  • Save gajus/5150297962fe36438e57 to your computer and use it in GitHub Desktop.
Save gajus/5150297962fe36438e57 to your computer and use it in GitHub Desktop.
var [..]
tw.stream('statuses/filter', {track: 'JavaScript,html5,angularjs,d3js,webdev'}, function (stream) {
stream.on('data', function (data) {
// big chunk of code that somewhere causes an error
});
stream.on('error', function (data) {
debugger;
console.log('ERR', util.inspect(data));
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment