Commit eec4c6d
committed
Remove figlet problem short-circuit
If there’s a problem rendering the ASCII-art banner, the program will exit
before doing anything useful and with no error message.
Arguably, a user would prefer the program to continue setting up the ReactXP
project even if they don’t get to see the banner in its full glory.
This change allows the program to continue executing even in the unlikely event
that figlet reports a problem, instead falling-back to a regular text output
for the banner.1 parent 6649660 commit eec4c6d
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
53 | 55 | | |
54 | | - | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
0 commit comments