diff options
Diffstat (limited to 'tests/exec_path.ts')
-rw-r--r-- | tests/exec_path.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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()); |