diff options
Diffstat (limited to 'std/installer/testdata/echo.ts')
-rw-r--r-- | std/installer/testdata/echo.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/installer/testdata/echo.ts b/std/installer/testdata/echo.ts index 62ddd6d05..84a645433 100644 --- a/std/installer/testdata/echo.ts +++ b/std/installer/testdata/echo.ts @@ -3,4 +3,4 @@ function echo(args: string[]) { Deno.stdout.write(new TextEncoder().encode(msg)); } -echo(Deno.args.slice(1)); +echo(Deno.args); |