clarified and combined warnings

This commit is contained in:
Henry Jameson 2026-05-18 18:21:59 +03:00
commit 44ea6d3469
16 changed files with 34 additions and 30 deletions

View file

@ -125,7 +125,7 @@ export default {
if (computedColor) return rgb2hex(computedColor)
return null
} catch (e) {
console.warn(e)
console.warn('Failed to get fallback color', e)
return null
}
} else {