Skip to content
Prev Previous commit
Next Next commit
fixup: whitespace reinstated
  • Loading branch information
Trott committed Sep 26, 2015
commit b98eb657ba2ded7b10930fb084302d115cffe6b9
1 change: 1 addition & 0 deletions lib/timers.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ var lists = {};
function insert(item, msecs) {
item._idleStart = Timer.now();
item._idleTimeout = msecs;

if (msecs < 0) return;

var timer;
Expand Down