funcool 2020-02-08

I'm messing with promesa in cljs/node

having a hard time seeing anything work

@mpenet has left the channel

js promises don't define deref @hoppy - that's a blocking operation

you need to pass a callback to the then of the promise, or chain a fn etc

I missed that memo in the documentation