mirror of
https://github.com/micropython/micropython.git
synced 2026-01-10 14:07:14 +01:00
When a Promise is rejected on the JavaScript side, the reject reason should be thrown into the encapsulating generator on the Python side. Signed-off-by: Damien George <damien@micropython.org>