diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-08-09 17:28:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-09 17:28:13 -0400 |
commit | d6f789eb05e18dd8887e8e409736773bdf2e0e00 (patch) | |
tree | f0773fb4027dbd62a20917411d06805c88df5ecf /ext/node/01_require.js | |
parent | 1c2ec1f48f2cf9255f0a43f2ec3d15aeee081b33 (diff) |
chore: temporarily disable `op_require_read_file` (#15433)
Diffstat (limited to 'ext/node/01_require.js')
-rw-r--r-- | ext/node/01_require.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/01_require.js b/ext/node/01_require.js index 5a29617b1..7b89e9dc3 100644 --- a/ext/node/01_require.js +++ b/ext/node/01_require.js @@ -476,7 +476,7 @@ if (typeof options === "object" && options !== null) { if (ArrayIsArray(options.paths)) { const isRelative = core.opSync( - "op_require_specifier_is_relative", + "op_require_is_request_relative", request, ); |