Skip to content

Commit da9e49a

Browse files
committed
fixup! return result in processComplete
1 parent 704c7ed commit da9e49a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/perf/timerify.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ function processComplete(name, start, args, histogram) {
5050
entry[n] = args[n];
5151

5252
enqueue(entry);
53+
return this;
5354
}
5455

5556
function timerify(fn, options = {}) {

0 commit comments

Comments
 (0)