(arr)
| 71 | if (forceColors) { |
| 72 | const { colors, styles } = util.inspect; |
| 73 | const addCodes = (arr) => [`\x1B[${arr[0]}m`, `\x1B[${arr[1]}m`]; |
| 74 | const num = addCodes(colors[styles.number]); |
| 75 | const str = addCodes(colors[styles.string]); |
| 76 | const start = `${section.toUpperCase()} ${num[0]}${child.pid}${num[1]}`; |