Skip to content

Commit

Permalink
Added --unstable flag
Browse files Browse the repository at this point in the history
  • Loading branch information
irustm committed May 14, 2020
1 parent 1d0799c commit 7048167
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
with:
deno-version: ${{ matrix.deno }}
- name: Test
run: deno test -A
run: deno test -A --unstable
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ const DEFAULT_HANDLEBARS_CONFIG: HandlebarsConfig = {
const result: string = await handle.renderView('index', { name: 'Alosaur' })

```

You must use the flag --unstable in Deno v1 `deno run --unstable'.
because Deno.std is not stable. [deno/issues/5175](https://github.com/denoland/deno/issues/5175)

0 comments on commit 7048167

Please sign in to comment.