Skip to content

Commit

Permalink
benchmark: fix misc/startup failure
Browse files Browse the repository at this point in the history
PR-URL: nodejs#42746
Reviewed-By: Paolo Insogna <[email protected]>
Reviewed-By: Darshan Sen <[email protected]>
Reviewed-By: Akhil Marsonya <[email protected]>
  • Loading branch information
aduh95 authored and xtx1130 committed Apr 25, 2022
1 parent 30e293e commit 5678949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/fixtures/require-cachable.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ const {
} = internalBinding('native_module');

for (const key of canBeRequired) {
require(key);
require(`node:${key}`);
}

0 comments on commit 5678949

Please sign in to comment.