File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ Whenever an exception is thrown while running commands, Symfony adds a log
325
325
message for it including the entire failing command. In addition, Symfony
326
326
registers an :doc: `event subscriber </event_dispatcher >` to listen to the
327
327
:ref: `ConsoleEvents::TERMINATE event <console-events-terminate >` and adds a log
328
- message whenever a command doesn't finish with the ``0 `` exit status.
328
+ message whenever a command doesn't finish with the ``0 `` ` exit status `_ .
329
329
330
330
Learn More
331
331
----------
@@ -343,3 +343,7 @@ tools capable of helping you with different tasks:
343
343
* :doc: `/components/console/helpers/formatterhelper `: customize the output colorization
344
344
* :doc: `/components/console/helpers/progressbar `: shows a progress bar
345
345
* :doc: `/components/console/helpers/table `: displays tabular data as a table
346
+ * :doc: `/components/console/helpers/debug_formatter `: provides functions to
347
+ output debug information when running an external program
348
+
349
+ .. _`exit status` : https://en.wikipedia.org/wiki/Exit_status
You can’t perform that action at this time.
0 commit comments