Skip to content

Commit

Permalink
Fix proper signal handling. Closes #158 #160
Browse files Browse the repository at this point in the history
  • Loading branch information
mthenw committed Feb 21, 2019
1 parent 205cdbf commit a869307
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Stats.prototype.time = function time(category, action) {

Stats.prototype.timeEnd = function timeEnd(category, action, cb) {
if (!this.tracker) {
cb();
return;
}

Expand Down

0 comments on commit a869307

Please sign in to comment.