Fork me on GitHub
#funcool
<
2023-01-16
>
mccraigmccraig13:01:47

anyone seen issues with letting errors propagate out of pr/loop only on cljs ? i've got some promesa-based code i'm porting from clj to cljs, and i've come across several cases where the code seems to work semantically correctly on cljs, but causes a crash (at least on node) because of an uncaught rejected promise... catching all errors inside the loop seems to fix the problem

mccraigmccraig13:01:48

i'll try and get a minimal test-case together

niwinz09:01:37

yep, will be helpful to find if there are some bug on clj impl