FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

benchmark: fix misc/startup failure · nodejs/node@459546b · GitHub

/ node Public

Commit 459546b

Browse files
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

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)

Back | FazBrowse Home | New Git URL