Skip to content

Commit

Permalink
src: use kNoCompileOptions instead of kEagerCompile
Browse files Browse the repository at this point in the history
Refs: nodejs#48671
Signed-off-by: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
RaisinTen committed Jul 21, 2023
1 parent c62e892 commit 1f8f86b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/node_contextify.cc
Original file line number Diff line number Diff line change
Expand Up @@ -949,8 +949,7 @@ MaybeLocal<Function> CompileFunction(Isolate* isolate,
parameters->size(),
parameters->data(),
0,
nullptr,
ScriptCompiler::kEagerCompile);
nullptr);
}

bool ContextifyScript::InstanceOf(Environment* env,
Expand Down

0 comments on commit 1f8f86b

Please sign in to comment.