Skip to content

Commit 608747a

Browse files
Julien Falquexabbuh
Julien Falque
authored andcommitted
Fix console.exception and console.terminate order
1 parent e665c92 commit 608747a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/events.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Listeners receive a
124124
.. tip::
125125

126126
This event is also dispatched when an exception is thrown by the command.
127-
It is then dispatched just before the ``ConsoleEvents::EXCEPTION`` event.
127+
It is then dispatched just after the ``ConsoleEvents::EXCEPTION`` event.
128128
The exit code received in this case is the exception code.
129129

130130
The ``ConsoleEvents::EXCEPTION`` Event

0 commit comments

Comments
 (0)