2 Replies
it's caused by this thing to deduplicate calls to a function

i think there is a bug
never had issue with this on nodejs
nothing is ever uncaught there is one or more code paths with an error catch at the end calling the same promise
need to figure out how to reproduce
well I reproduced it and it's not deno issue cause it happens in nodejs too
I don't understand what's wrong
caught but not caught???
works as expected
but if you uncomment .then(), this happens.
what the hell?? xD