mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
30bc605c84
Before this commit, wrapping an error occurring in async code would result in an unhandledpromise exception, because we created another promise, that would be rejected and that we didn't catch.