Skip to content

Commit 5cd80e7

Browse files
committed
fixup! fixup! src,lib: use fast API to uvMetricsInfo
1 parent 434ee13 commit 5cd80e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/perf/nodetiming.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class PerformanceNodeTiming {
133133
return {
134134
loopCount: metrics[0],
135135
events: metrics[1],
136-
events_waiting: metrics[2],
136+
eventsWaiting: metrics[2],
137137
};
138138
},
139139
},

0 commit comments

Comments
 (0)