symfony / webpack-encore-bundle

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

Rename catch_all_throwables to handle_all_throwables in test to fix CI #196

Closed jmsche closed 2 years ago

jmsche commented 2 years 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 2 years ago

Thanks @jmsche!