Skip to content

Commit

Permalink
Update distribution/lib/Standard/Base/0.0.0-dev/src/Error/Common.enso
Browse files Browse the repository at this point in the history
Co-authored-by: Radosław Waśko <[email protected]>
  • Loading branch information
jdunkerley and radeusgd committed May 30, 2022
1 parent 5c1488e commit e3e75d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ type Panic
True -> caught_panic.convert_to_dataflow_error
False -> Panic.throw caught_panic

## If a dataflow error had occurred, promote to a Panic and wrap in a Wrapped_Dataflow_Error
## If a dataflow error had occurred, wrap it in a `Wrapped_Dataflow_Error` and promote to a Panic.

Arguments:
- value: value to return if not an error, or rethrow as a Panic.
Expand Down

0 comments on commit e3e75d4

Please sign in to comment.