- From: Adam Rice <notifications@github.com>
- Date: Wed, 11 Jan 2017 19:32:41 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 12 January 2017 03:33:14 UTC
I found when trying to reproduce #645 that exceptions were silently getting dropped when happening in async code, even though I'd expect an "unhandled promise rejection". I have no idea why. It's good to have coverage for these things anyway, although writing the tests can be mind-bendingly difficult. If an exception happens at the end of an async function it can be unobservable. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/646#issuecomment-272067151
Received on Thursday, 12 January 2017 03:33:14 UTC