symfony / webpack-encore-bundle

Symfony integration with Webpack Encore!
https://symfony.com/webpack-encore
MIT License
933 stars 83 forks source link

Rename catch_all_throwables to handle_all_throwables in test to fix CI #196

Closed jmsche closed 1 year ago

jmsche commented 1 year ago

Little fix required to make CI pass again :)

The catch_all_throwables parameter was renamed by this PR: https://github.com/symfony/symfony/pull/45997

weaverryan commented 1 year ago

Thanks @jmsche!