Skip to content

Commit 459546b

Browse files
aduh95targos
authored andcommitted
benchmark: fix misc/startup failure
PR-URL: #42746 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
1 parent 4694f5b commit 459546b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/fixtures/require-cachable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ const {
66
} = internalBinding('native_module');
77

88
for (const key of canBeRequired) {
9-
require(key);
9+
require(`node:${key}`);
1010
}

0 commit comments

Comments
 (0)