Skip to content

Instantly share code, notes, and snippets.

@wlaurance
Created March 1, 2013 01:11
Show Gist options
  • Select an option

  • Save wlaurance/5061677 to your computer and use it in GitHub Desktop.

Select an option

Save wlaurance/5061677 to your computer and use it in GitHub Desktop.
while (true) {
process.nextTick(function() {
return console.log('this should never print');
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment