Add execPath function (#1743)

This commit is contained in:
Dmitry Sharshakov 2019-02-15 19:22:02 +03:00 committed by Ryan Dahl
parent 1d7c74e9b5
commit 4dc4329e27
6 changed files with 26 additions and 4 deletions

1
tests/exec_path.ts Normal file
View file

@ -0,0 +1 @@
console.log(Deno.execPath);