Skip to content

Commit

Permalink
Update distribution/lib/Standard/Table/0.0.0-dev/src/Io/Excel.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 5, 2022
1 parent 41725dd commit 60b9a90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ type Excel_Range
from_address : Text -> Excel_Range
from_address address =
Panic.catch IllegalArgumentException (Excel_Range (Java_Range.new address)) caught_panic->
Error.throw (Illegal_Argument_Error caught_panic.payload.cause.getMessage)
Error.throw (Illegal_Argument_Error caught_panic.payload.cause.getMessage caught_panic.payload.cause)

## Create a Range for a single cell.
for_cell : Text -> (Text|Integer) -> Integer -> Excel_Range
Expand Down

0 comments on commit 60b9a90

Please sign in to comment.