Fork me on GitHub
#aleph
<
2019-02-15
>
igrishaev10:02:23

Can anybody help me with that manifold-related question? https://github.com/ztellman/manifold/issues/168

mccraigmccraig11:02:27

finally is generally used for resource cleanup, and doesn't stop the propagation of an exception or otherwise affect flow control - i don't know what would happen in your example, i've never tried similar, but it seems unnatural to do flow-control stuff in a finally block - why not just do it straight after the catch ?

igrishaev12:02:55

hm, makes sense, thank you

igrishaev12:02:12

put a proper version of code there