Skip to content

Commit e8c5b70

Browse files
aduh95danielleadams
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 3e34e17 commit e8c5b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/fixtures/require-cachable.js

Lines changed: 1 addition & 1 deletion
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)