mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
3a93370ab6
Before this commit, the error handling code simply destroyed the application whenever an unhandled error occured in the owl rendering process. This is perfectly fine, except that since the application is potentially corrupted, the destroy code may crash as well. We simply catch those errors to avoid shadowing the main issue. closes #866