From a1b37f177be848ce3c3248b6b835f8999e36afff Mon Sep 17 00:00:00 2001 From: Tomofumi Chiba Date: Thu, 11 Jun 2020 09:24:41 +0900 Subject: fixed double prompt in manual (#6230) --- docs/standard_library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/standard_library.md') diff --git a/docs/standard_library.md b/docs/standard_library.md index d2537fbc5..67e072768 100644 --- a/docs/standard_library.md +++ b/docs/standard_library.md @@ -48,7 +48,7 @@ TS2339 [ERROR]: Property 'utimeSync' does not exist on type 'typeof Deno'. Solution to that problem requires adding `--unstable` flag: ```shell -$ deno run --allow-read --allow-write --unstable main.ts +deno run --allow-read --allow-write --unstable main.ts ``` To make sure that API producing error is unstable check -- cgit v1.2.3