mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 04:48:52 -05:00
fix: move Deno.hostname() from denoNsUnstable to denoNs (#16086)
This commit is contained in:
parent
16bc9b16d2
commit
37887d4a1f
1 changed files with 1 additions and 1 deletions
|
@ -114,13 +114,13 @@
|
|||
removeSignalListener: __bootstrap.signals.removeSignalListener,
|
||||
refTimer: __bootstrap.timers.refTimer,
|
||||
unrefTimer: __bootstrap.timers.unrefTimer,
|
||||
hostname: __bootstrap.os.hostname,
|
||||
};
|
||||
|
||||
__bootstrap.denoNsUnstable = {
|
||||
consoleSize: __bootstrap.tty.consoleSize,
|
||||
DiagnosticCategory: __bootstrap.diagnostics.DiagnosticCategory,
|
||||
loadavg: __bootstrap.os.loadavg,
|
||||
hostname: __bootstrap.os.hostname,
|
||||
osRelease: __bootstrap.os.osRelease,
|
||||
systemMemoryInfo: __bootstrap.os.systemMemoryInfo,
|
||||
networkInterfaces: __bootstrap.os.networkInterfaces,
|
||||
|
|
Loading…
Reference in a new issue