aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-08-17 22:38:07 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-08-17 22:38:07 -0700
commitf4ff5ecbdf653a11e48943628b8bc363cbb44680 (patch)
tree4d147afc541d0a87ae52ca81b9db5aeb6e438218
parent1ebebbc6988054bf0e6e5bf7e48ce58445b2c424 (diff)
downloadbun-f4ff5ecbdf653a11e48943628b8bc363cbb44680.tar.gz
bun-f4ff5ecbdf653a11e48943628b8bc363cbb44680.tar.zst
bun-f4ff5ecbdf653a11e48943628b8bc363cbb44680.zip
Missing parameter after merge
-rw-r--r--src/bun.js/bindings/ZigGlobalObject.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bun.js/bindings/ZigGlobalObject.cpp b/src/bun.js/bindings/ZigGlobalObject.cpp
index 4ca5a85df..8b1aa65ea 100644
--- a/src/bun.js/bindings/ZigGlobalObject.cpp
+++ b/src/bun.js/bindings/ZigGlobalObject.cpp
@@ -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,