| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fdc85e5 commit aed1b88
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -298,7 +298,7 @@ function styleText(format, text, { validateStream = true, stream = process.stdou | |||
| 298 | 298 | // Dim and bold are not mutually exclusive, so we need to reapply | |
| 299 | 299 | return `${match}${escapeStyleCode(code[0])}`; | |
| 300 | 300 | } | |
| 301 | - return `${escapeStyleCode(code[0])}`; | ||
| 301 | + return escapeStyleCode(code[0]); | ||
| 302 | 302 | } | |
| 303 | 303 | return match; | |
| 304 | 304 | }, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments