Skip to content

Commit 7e7b547

Browse files
aduh95guangwong
authored andcommitted
benchmark: fix misc/startup failure
PR-URL: nodejs/node#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 b3b2f80 commit 7e7b547

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)