Skip to content

Commit

Permalink
fixup! return result in processComplete
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Apr 28, 2022
1 parent bf116ae commit 9dc34fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/internal/perf/timerify.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ function processComplete(name, start, args, histogram) {
entry[n] = args[n];

enqueue(entry);
return this;
}

function timerify(fn, options = {}) {
Expand Down

0 comments on commit 9dc34fa

Please sign in to comment.