Skip to content

Commit 9dc34fa

Browse files
committed
fixup! return result in processComplete
1 parent bf116ae commit 9dc34fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/perf/timerify.js

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ function processComplete(name, start, args, histogram) {
5353
entry[n] = args[n];
5454

5555
enqueue(entry);
56+
return this;
5657
}
5758

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

0 commit comments

Comments
 (0)