From 551041b1f89110cf1e40688bf965ebc50dd9c5de Mon Sep 17 00:00:00 2001 From: James Dunkerley Date: Thu, 5 May 2022 14:39:55 +0100 Subject: [PATCH] Update distribution/lib/Standard/Table/0.0.0-dev/src/Io/Excel.enso MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Radosław Waśko --- distribution/lib/Standard/Table/0.0.0-dev/src/Io/Excel.enso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/lib/Standard/Table/0.0.0-dev/src/Io/Excel.enso b/distribution/lib/Standard/Table/0.0.0-dev/src/Io/Excel.enso index 1e36750c3f560..cbe42e7bfc63f 100644 --- a/distribution/lib/Standard/Table/0.0.0-dev/src/Io/Excel.enso +++ b/distribution/lib/Standard/Table/0.0.0-dev/src/Io/Excel.enso @@ -130,7 +130,7 @@ type Excel_Range ## PRIVATE Wrapper for validation validate : Boolean -> Text -> Any -validate ~validation ~error_message ~wrapped = +validate validation ~error_message ~wrapped = if validation then wrapped else Error.throw (Illegal_Argument_Error error_message) read_excel : File -> Excel_Section -> Problem_Behavior -> Boolean -> (Table | Vector)