mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Merge branch 'main' into builtin-task
This commit is contained in:
commit
9511334167
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ interpretFile = \filename ->
|
|||
result = interpretCtx ctx |> Task.result!
|
||||
when result is
|
||||
Ok _ ->
|
||||
Task.ok {}
|
||||
Task.succeed {}
|
||||
|
||||
Err BadUtf8 ->
|
||||
Task.err (StringErr "Failed to convert string from Utf8 bytes")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue