From 4b1eb855bf8fa33b802f5be67c93217eb582bc24 Mon Sep 17 00:00:00 2001 From: Parsa Ghadimi Date: Fri, 14 Sep 2018 22:26:37 +0430 Subject: Make fetch.blob() work --- js/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/util.ts') diff --git a/js/util.ts b/js/util.ts index c4bada589..bfde01908 100644 --- a/js/util.ts +++ b/js/util.ts @@ -9,7 +9,7 @@ export function setLogDebug(debug: boolean): void { } /** - * Debug logging for deno. + * Debug logging for deno. * Enable with the `--log-debug` or `-D` command line flag. * @internal */ -- cgit v1.2.3