client: refactor

This commit is contained in:
Adorian Doran 2025-10-19 00:02:22 +03:00
parent 21581c78f9
commit f079c7aad2

View File

@ -48,7 +48,7 @@ function parseColor(color: string) {
// Parse the given color in the CIELAB color space
return Color(color);
} catch (ex) {
console.error(`Failed to parse color: "${color}"`, ex);
console.error(ex);
}
}