| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 203a968 commit f946aa0
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -581,7 +581,7 @@ function createRepl(inspector) { | |||
| 581 | 581 | const lines = watchedExpressions | |
| 582 | 582 | .map((expr, idx) => { | |
| 583 | 583 | const prefix = `${leftPad(idx, ' ', lastIndex)}: ${expr} =`; | |
| 584 | - const value = inspect(values[idx], { colors: true }); | ||
| 584 | + const value = inspect(values[idx]); | ||
| 585 | 585 | if (value.indexOf('\n') === -1) { | |
| 586 | 586 | return `${prefix} ${value}`; | |
| 587 | 587 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments