We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf116ae commit 9dc34faCopy full SHA for 9dc34fa
lib/internal/perf/timerify.js
@@ -53,6 +53,7 @@ function processComplete(name, start, args, histogram) {
53
entry[n] = args[n];
54
55
enqueue(entry);
56
+ return this;
57
}
58
59
function timerify(fn, options = {}) {
0 commit comments