mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 23:37:54 +02: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