mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
53ab54b1ec
Before this commit, if the effect function would throw, then the cleanup function would not be properly assigned, which caused additional errors later, when the cleanup code would try to call it. closes #1149