Skip to content

Instantly share code, notes, and snippets.

@watson
Created August 8, 2014 16:43
Show Gist options
  • Select an option

  • Save watson/387598be743f86c627e6 to your computer and use it in GitHub Desktop.

Select an option

Save watson/387598be743f86c627e6 to your computer and use it in GitHub Desktop.
Node.js 0.10.30 bug :(
// This will stop working after a few iterations on Node 0.10.30
// For details see: https://github.com/joyent/node/issues/8065
setInterval(function () {
console.log("I'm alive!");
}, 42.1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment