We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b102fae commit 756347fCopy full SHA for 756347f
1 file changed
src/node_contextify.cc
@@ -1722,10 +1722,10 @@ static void ContainsModuleSyntax(const FunctionCallbackInfo<Value>& args) {
1722
return;
1723
}
1724
code = String::NewFromUtf8(isolate,
1725
- contents.c_str(),
1726
- v8::NewStringType::kNormal,
1727
- contents.length())
1728
- .ToLocalChecked();
+ contents.c_str(),
+ v8::NewStringType::kNormal,
+ contents.length())
+ .ToLocalChecked();
1729
} else {
1730
CHECK(args[0]->IsString());
1731
code = args[0].As<String>();
0 commit comments