Skip to content

Commit efbf6bd

Browse files
committed
perf_hooks: remove not exist entries from inspect
Some of the milestones was removed in PR nodejs#21247 but entries not removed from function for inspect PerformanceNodeTiming.
1 parent be926c7 commit efbf6bd

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

lib/perf_hooks.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -205,15 +205,7 @@ class PerformanceNodeTiming extends PerformanceEntry {
205205
bootstrapComplete: this.bootstrapComplete,
206206
environment: this.environment,
207207
loopStart: this.loopStart,
208-
loopExit: this.loopExit,
209-
thirdPartyMainStart: this.thirdPartyMainStart,
210-
thirdPartyMainEnd: this.thirdPartyMainEnd,
211-
clusterSetupStart: this.clusterSetupStart,
212-
clusterSetupEnd: this.clusterSetupEnd,
213-
moduleLoadStart: this.moduleLoadStart,
214-
moduleLoadEnd: this.moduleLoadEnd,
215-
preloadModuleLoadStart: this.preloadModuleLoadStart,
216-
preloadModuleLoadEnd: this.preloadModuleLoadEnd
208+
loopExit: this.loopExit
217209
};
218210
}
219211
}

0 commit comments

Comments
 (0)