aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/os.exports.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/bun.js/os.exports.js')
-rw-r--r--src/bun.js/os.exports.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bun.js/os.exports.js b/src/bun.js/os.exports.js
index 60eacab55..ab3e5cee7 100644
--- a/src/bun.js/os.exports.js
+++ b/src/bun.js/os.exports.js
@@ -8,6 +8,7 @@ function bound(obj) {
homedir: obj.homedir.bind(obj),
hostname: obj.hostname.bind(obj),
loadavg: obj.loadavg.bind(obj),
+ machine: obj.machine.bind(obj),
networkInterfaces: obj.networkInterfaces.bind(obj),
platform: obj.platform.bind(obj),
release: obj.release.bind(obj),
@@ -35,6 +36,7 @@ export var {
homedir,
hostname,
loadavg,
+ machine,
networkInterfaces,
platform,
release,