fix(tvix/eval): make || propagate catchables
Change-Id: I42f994d7c9228368d5f6c30c4730c24666f7bc69 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10320 Autosubmit: Adam Joseph <adam@westernsemico.com> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
7b9eea71d0
commit
bcc1ea8552
3 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
false
|
||||
|
|
@ -0,0 +1 @@
|
|||
(builtins.tryEval ( (throw "fred") || (throw "jill") )).success
|
||||
Loading…
Add table
Add a link
Reference in a new issue