| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1115,8 +1115,6 @@ function formatPromise(ctx, value, recurseTimes) { | |||
| 1115 | 1115 | if (state === kPending) { | |
| 1116 | 1116 | output = [ctx.stylize('<pending>', 'special')]; | |
| 1117 | 1117 | } else { | |
| 1118 | - // Using `formatValue` is correct here without the need to fix the | ||
| 1119 | - // indentation level. | ||
| 1120 | 1118 | ctx.indentationLvl += 2; | |
| 1121 | 1119 | const str = formatValue(ctx, result, recurseTimes); | |
| 1122 | 1120 | ctx.indentationLvl -= 2; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments