summaryrefslogtreecommitdiff
path: root/std/node/os.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/node/os.ts')
-rw-r--r--std/node/os.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/node/os.ts b/std/node/os.ts
index 7d072cac8..afb472629 100644
--- a/std/node/os.ts
+++ b/std/node/os.ts
@@ -21,7 +21,7 @@
import { notImplemented } from "./_utils.ts";
import { validateIntegerRange } from "./util.ts";
import { EOL as fsEOL } from "../fs/eol.ts";
-import { process } from "./process.ts";
+import process from "./process.ts";
const SEE_GITHUB_ISSUE = "See https://github.com/denoland/deno/issues/3802";