diff --git a/src/kle-parser.ts b/src/kle-parser.ts index 2fd2dd8..9ab2c79 100644 --- a/src/kle-parser.ts +++ b/src/kle-parser.ts @@ -429,9 +429,7 @@ export function kleLayoutToVIALayout(kle: KLELayout): VIALayout { colorCountKeys.sort((a, b) => colorCount[b] - colorCount[a]); if (colorCountKeys.length > 3) { throw new Error( - 'Please correct layout, too many colors:' + - '\n' + - inspect(colorCount, false, null, true) + 'Please correct layout, too many colors:' + '\n' + inspect(colorCount) ); }