diff options
Diffstat (limited to 'docs/standard_library.md')
-rw-r--r-- | docs/standard_library.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |