1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 13:10:24 +02:00
Files
php-flarum/js-packages
David Wheatley 6040aa0da9 Add support for .finally in promises (#3)
See: https://stackoverflow.com/a/54746036/11091039

We use `Promise.finally` in core, but the `tsconfig.json` doesn't list it as supported.
2021-07-30 20:26:13 +01:00
..