mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 20:59:10 +00:00
Add execPath function (#1743)
This commit is contained in:
parent
1d7c74e9b5
commit
4dc4329e27
6 changed files with 26 additions and 4 deletions
1
tests/exec_path.ts
Normal file
1
tests/exec_path.ts
Normal file
|
@ -0,0 +1 @@
|
|||
console.log(Deno.execPath);
|
Loading…
Add table
Add a link
Reference in a new issue