Skip to content

Commit

Permalink
fix typo in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanczuk committed Jul 12, 2012
1 parent 633524f commit 4225f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/sample_perpetuum_mobile.js
Expand Up @@ -21,7 +21,7 @@ process.on('uncaughtException', function (e) {
// because the setInterval callbacks will no longer be executing.
tripwire.resetTripwire(2000);
setInterval(function () {
resetTripwire.resetTripwire(2000);
tripwire.resetTripwire(2000);
}, 1000);

// Now go execute any amount of untusted callbacks; one of them is evil
Expand Down

0 comments on commit 4225f18

Please sign in to comment.