From 63bbe2a2e041388ec167d67c73f497ea7b8590c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 14 Aug 2019 02:03:29 +0200 Subject: ci: bump to v0.15.0 (denoland/deno_std#556) Original: https://github.com/denoland/deno_std/commit/f3ddb4f26b81b4fbed86f4b54db7b3e7e3b7fe4e --- http/file_server_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http/file_server_test.ts') diff --git a/http/file_server_test.ts b/http/file_server_test.ts index bac82e825..6623406d0 100644 --- a/http/file_server_test.ts +++ b/http/file_server_test.ts @@ -11,7 +11,7 @@ let fileServer: Deno.Process; async function startFileServer(): Promise { fileServer = run({ args: [ - Deno.execPath, + Deno.execPath(), "run", "--allow-read", "--allow-net", -- cgit v1.2.3