github-actions[bot] on master
Version Packages (compare)
github-actions[bot] on master
Version Packages (compare)
neurosnap on master
add missing export syntax for d… (compare)
Note: messages on an eventChannel are not buffered by default. You have to provide a buffer to the eventChannel factory in order to specify buffering strategy for the channel (e.g. eventChannel(subscriber, buffer)). See the API docs for more info
try{ console.log('derp') } catch(err){console.log(err)}finally{console.log('yerp')}
emit
an Error
in an eventChannel and then take
from that channel it should throw, right? This doesn’t really work for me. Meaning it just doesn’t throw it seems