From 41b77f88f1dd8f15674b3c03a1932c26b2e8baac Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 26 Jan 2025 17:21:43 -0400 Subject: sugar: iterateMultiline: don't colorize where --- src/validators.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/validators.js') 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(` `))); -- cgit 1.3.0-6-gf8a5