From 721a4ad59d4a8bdd8470d6b98839137f14c84ba9 Mon Sep 17 00:00:00 2001 From: Valentin Anger Date: Wed, 29 Apr 2020 20:48:19 +0200 Subject: BREAKING: Map-like interface for Deno.env (#4942) --- std/node/process_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/node/process_test.ts') diff --git a/std/node/process_test.ts b/std/node/process_test.ts index b9d5388ea..3afaa4cdf 100644 --- a/std/node/process_test.ts +++ b/std/node/process_test.ts @@ -3,7 +3,7 @@ import { assert, assertThrows, assertEquals } from "../testing/asserts.ts"; import { process } from "./process.ts"; // NOTE: Deno.execPath() (and thus process.argv) currently requires --allow-env -// (Also Deno.env() (and process.env) requires --allow-env but it's more obvious) +// (Also Deno.env.toObject() (and process.env) requires --allow-env but it's more obvious) test({ name: "process.cwd and process.chdir success", -- cgit v1.2.3