Skip to content

Instantly share code, notes, and snippets.

@watson
Created August 8, 2014 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save watson/387598be743f86c627e6 to your computer and use it in GitHub Desktop.
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