| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -639,7 +639,7 @@ function createRepl(inspector) { | |||
| 639 | 639 | ArrayPrototypeMap(watchedExpressions, inspectValue))); | |
| 640 | 640 | const lines = ArrayPrototypeMap(watchedExpressions, (expr, idx) => { | |
| 641 | 641 | const prefix = `${leftPad(idx, ' ', lastIndex)}: ${expr} =`; | |
| 642 | - const value = inspect(values[idx], { colors: true }); | ||
| 642 | + const value = inspect(values[idx]); | ||
| 643 | 643 | if (!StringPrototypeIncludes(value, '\n')) { | |
| 644 | 644 | return `${prefix} ${value}`; | |
| 645 | 645 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments