From 4519f9a50db8852c5b70ff47481f0fc9d0fbe2f2 Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Tue, 6 Aug 2019 14:05:47 -0700 Subject: Make Deno.execPath a function (#2743) And throws without allow-env --- tests/exec_path.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/exec_path.ts b/tests/exec_path.ts index f09663d7e..b70b23237 100644 --- a/tests/exec_path.ts +++ b/tests/exec_path.ts @@ -1 +1 @@ -console.log(Deno.execPath); +console.log(Deno.execPath()); -- cgit v1.2.3