| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 377bdb9 commit b2e8f40
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -181,7 +181,7 @@ function styleText(format, text, { validateStream = true, stream = process.stdou | |||
| 181 | 181 | // Dim and bold are not mutually exclusive, so we need to reapply | |
| 182 | 182 | return `${match}${escapeStyleCode(code[0])}`; | |
| 183 | 183 | } | |
| 184 | - return `${escapeStyleCode(code[0])}`; | ||
| 184 | + return escapeStyleCode(code[0]); | ||
| 185 | 185 | } | |
| 186 | 186 | return match; | |
| 187 | 187 | }, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments