upgrade sci: fix for catch when expression returned nil
This commit is contained in:
parent
b0cc5b5e23
commit
8808f1c6f0
2 changed files with 2 additions and 4 deletions
2
sci
2
sci
|
|
@ -1 +1 @@
|
||||||
Subproject commit c1a70167bed16004b5cd57add028215184a4f708
|
Subproject commit 1463f84738120275bc58351232ecd1acdaf0fcb1
|
||||||
|
|
@ -1,7 +1,5 @@
|
||||||
(ns babashka.impl.exceptions)
|
(ns babashka.impl.exceptions)
|
||||||
|
|
||||||
(def exception-bindings
|
(def exception-bindings
|
||||||
{'Exception Exception
|
{'ArithmeticException ArithmeticException
|
||||||
'java.lang.Exception Exception
|
|
||||||
'ArithmeticException ArithmeticException
|
|
||||||
'java.lang.ArithmeticException ArithmeticException})
|
'java.lang.ArithmeticException ArithmeticException})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue