diff options
Diffstat (limited to 'std/http/racing_server_test.ts')
-rw-r--r-- | std/http/racing_server_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/http/racing_server_test.ts b/std/http/racing_server_test.ts index 2f88a4703..76b0e872d 100644 --- a/std/http/racing_server_test.ts +++ b/std/http/racing_server_test.ts @@ -8,7 +8,7 @@ const { connect, run, test } = Deno; let server: Deno.Process; async function startServer(): Promise<void> { server = run({ - args: [ + cmd: [ Deno.execPath(), "run", "-A", |