Fix missing import

This commit is contained in:
Ashcon Partovi
2024-04-30 11:30:04 -07:00
parent a1803347d9
commit 7fd67a4151

View File

@@ -1,5 +1,5 @@
// Hardcoded module "node:perf_hooks"
const { warnNotImplementedOnce } = require("internal/shared");
const { throwNotImplemented, warnNotImplementedOnce } = require("internal/shared");
var {
Performance,