Skip to content

Commit dad3c5a

Browse files
Update src/node_modules.cc
Co-authored-by: Yagiz Nizipli <yagiz@nizipli.com>
1 parent 8224e35 commit dad3c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_modules.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ void BindingData::GetPackageScopeConfig(
428428
BufferValue file_path_buf(realm->isolate(),
429429
String::NewFromUtf8(realm->isolate(),
430430
file_url->c_str(),
431-
NewStringType::kNormal,
431+
NewStringType::kInternalized,
432432
file_url->size())
433433
.ToLocalChecked());
434434
ToNamespacedPath(realm->env(), &file_path_buf);

0 commit comments

Comments
 (0)