mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Missing parameter after merge
This commit is contained in:
@@ -2684,6 +2684,11 @@ JSC::JSObject* GlobalObject::moduleLoaderCreateImportMetaProperties(JSGlobalObje
|
||||
} else {
|
||||
metaProperties->putDirect(vm, builtinNames.filePublicName(), keyString);
|
||||
}
|
||||
metaProperties->putDirect(
|
||||
vm,
|
||||
builtinNames.pathPublicName(),
|
||||
keyString,
|
||||
0);
|
||||
|
||||
metaProperties->putDirect(
|
||||
vm,
|
||||
|
||||
Reference in New Issue
Block a user