Commit 806b343
committed
Config: remove some more output buffering
I don't see why output buffering is needed here.
The `DeepExitException` accepts/allows an empty string as the "message", so there is no reason to collect the screen output via buffering first, only to echo it out again as soon as the exception is caught (by the `Runner`) class.1 parent d12e243 commit 806b343
1 file changed
+2
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
682 | | - | |
683 | 682 | | |
684 | | - | |
685 | | - | |
686 | | - | |
| 683 | + | |
687 | 684 | | |
688 | 685 | | |
689 | 686 | | |
| |||
796 | 793 | | |
797 | 794 | | |
798 | 795 | | |
799 | | - | |
800 | 796 | | |
801 | | - | |
802 | | - | |
803 | | - | |
| 797 | + | |
804 | 798 | | |
805 | 799 | | |
806 | 800 | | |
| |||
0 commit comments