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 8224e35 commit dad3c5aCopy full SHA for dad3c5a
src/node_modules.cc
@@ -428,7 +428,7 @@ void BindingData::GetPackageScopeConfig(
428
BufferValue file_path_buf(realm->isolate(),
429
String::NewFromUtf8(realm->isolate(),
430
file_url->c_str(),
431
- NewStringType::kNormal,
+ NewStringType::kInternalized,
432
file_url->size())
433
.ToLocalChecked());
434
ToNamespacedPath(realm->env(), &file_path_buf);
0 commit comments