mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
client: refactor
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user