aboutsummaryrefslogtreecommitdiff
path: root/src/runtime.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime.js')
-rw-r--r--src/runtime.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/runtime.js b/src/runtime.js
index 38be10ea2..4ac76bff0 100644
--- a/src/runtime.js
+++ b/src/runtime.js
@@ -182,12 +182,3 @@ export var __reExport = (target, module, desc) => {
});
return target;
};
-
-if (typeof globalThis.process === "undefined") {
- globalThis.process = {
- env: {},
- cwd() {
- return "/bun-fake-dir/";
- },
- };
-}