summaryrefslogtreecommitdiff
path: root/js/deno.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/deno.ts')
-rw-r--r--js/deno.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/deno.ts b/js/deno.ts
index b14bcc561..dd6539163 100644
--- a/js/deno.ts
+++ b/js/deno.ts
@@ -14,4 +14,4 @@ export { ErrorKind, DenoError } from "./errors";
export { libdeno } from "./libdeno";
export { arch, platform } from "./platform";
export { trace } from "./trace";
-export const argv: string[] = [];
+export const args: string[] = [];