mirror of
https://github.com/mastodon/mastodon.git
synced 2025-02-02 07:21:43 +01:00
2c51bc0ca5
* Add eslint-plugin-promise to detect uncaught rejections * Move alert generation for errors to actions/alert * Add missing rejection handling for Promises * Use catch() instead of onReject on then() Then it will catches rejection from onFulfilled. This detection can be disabled by `allowThen` option, though.