()
| 80 | |
| 81 | let utilColors; |
| 82 | function lazyUtilColors() { |
| 83 | utilColors ??= require('internal/util/colors'); |
| 84 | return utilColors; |
| 85 | } |
| 86 | |
| 87 | // Track amount of indentation required via `console.group()`. |
| 88 | const kGroupIndentationWidth = Symbol('kGroupIndentWidth'); |
no test coverage detected
searching dependent graphs…