Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyBooth committed Mar 11, 2024
1 parent b1c17bb commit 026d6c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/node_contextify.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1517,9 +1517,9 @@ void ContextifyContext::ContainsModuleSyntax(
TryCatchScope second_parse_try_catch(env);
Local<String> wrapped_code =
String::Concat(isolate,
String::NewFromUtf8(isolate, "(async function() {")
.ToLocalChecked(),
code);
String::NewFromUtf8(isolate, "(async function() {")
.ToLocalChecked(),
code);
wrapped_code = String::Concat(
isolate,
wrapped_code,
Expand Down

0 comments on commit 026d6c1

Please sign in to comment.