This commit is contained in:
Cory LaViska
2025-06-10 09:05:23 -04:00
parent ccb753b32d
commit 6d2b358dc0

View File

@@ -50,7 +50,7 @@ function parse(contents, file) {
try {
color = new Color(color);
} catch (e) {
console.warn(`[${file}] Unparseable color ${hue}-${level}: ${color}`);
console.warn(`[${file}] Unparsable color ${hue}-${level}: ${color}`);
}
if (level.startsWith('0')) {