Skip to content

Commit

Permalink
fix Result.map_err
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewilliamboswell committed Jan 11, 2025
1 parent d39e0ca commit d4ba335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/main.roc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ main_for_host! = \raw_args ->
Program exited with error:
${Inspect.to_str(msg)}
Tip: If you do not want to exit on this error, use `Result.map_err` to handle the error. Docs for `Result.map_err`: <https://www.roc-lang.org/builtins/Result#mapErr>
Tip: If you do not want to exit on this error, use `Result.map_err` to handle the error. Docs for `Result.map_err`: <https://www.roc-lang.org/builtins/Result#map_err>
"""

_ = Stderr.line!(help_msg)
Expand Down

0 comments on commit d4ba335

Please sign in to comment.