mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
67f86a4ab8
Previously, we were wrapping the entire renderFn in a try/catch, causing errors during template execution to be caught and wrapped by onWillRender/onRendered which is undesirable. Now we only wrap the hook that's being registered.