You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #6631 Fix console.exception and console.terminate order (Julien Falque)
This PR was submitted for the 2.3 branch but it was merged into the 2.7 branch instead (closes#6631).
Discussion
----------
Fix console.exception and console.terminate order
The `ConsoleEvents::TERMINATE`event is actually dispatched **after** the `ConsoleEvents::EXCEPTION` event in Symfony 2.3 and 2.7+.
Commits
-------
608747a Fix console.exception and console.terminate order
0 commit comments