diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-01-26 17:21:43 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-01-26 17:21:43 -0400 |
commit | 41b77f88f1dd8f15674b3c03a1932c26b2e8baac (patch) | |
tree | 67604aa2fa6748894a97aefec9aece7294e3380b /src/validators.js | |
parent | 16286da93ad64ab3d944d02bb9faa7a7310e0ce1 (diff) |
sugar: iterateMultiline: don't colorize where
Diffstat (limited to 'src/validators.js')
-rw-r--r-- | src/validators.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validators.js b/src/validators.js index 84e08cb8..3b23e8f6 100644 --- a/src/validators.js +++ b/src/validators.js @@ -543,7 +543,7 @@ export function isContentString(content) { const parts = [ actionPart, surroundings, - `(${where})`, + `(${colors.yellow(where)})`, ].filter(Boolean); illegalAggregate.push(new TypeError(parts.join(` `))); |