Skip to content

Commit

Permalink
doc: mention known formatter issue on Tasks example
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuhire committed Apr 20, 2024
1 parent 44d8dbd commit 1c5af25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/Tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ With our `Task.await` chain we can deal with errors at the end so it doesn't int

The underscore (`_`) at the end of `[FailedToReadArgs]` is a temporary workaround for [an issue](https://github.com/roc-lang/roc/issues/5660).

Note: running the formatter on the `readArgs` implementation currently results in a [parser issue](https://github.com/roc-lang/roc/issues/6074), so skip formatting as a temporary workaround until it's fixed.

### Fetch website content

We'll use the `url` we obtained in the previous step and retrieve its contents:
Expand Down

0 comments on commit 1c5af25

Please sign in to comment.