NatureFreshMilk 2019-08-12 07:57:35 +02:00
parent 02ad635df6
commit 4dd5b6c1e9

View File

@ -4,7 +4,7 @@ function format_string(s, tab)
end
function colorize_target_name(s, target)
if not target then
if not target or not s then
return s
end