We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1bd1e8 commit b6181d9Copy full SHA for b6181d9
druid/color.lua
@@ -34,7 +34,7 @@ function M.get_color(color_id)
34
end
35
36
37
- logger.warn("Color not found in palette: " .. color_id)
+ logger.warn("Color not found in palette", color_id)
38
39
return COLOR_WHITE
40
0 commit comments