Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
builtin/common/misc_helpers.lua
|
@@ -671,7 +671,7 @@ else |
|
|
local color_code = core.get_color_escape_sequence(color) |
|
|
|
|
|
for i, line in ipairs(lines) do |
|
|
lines[i] = colour_code .. line |
|
|
lines[i] = color_code .. line |
|
|
end |
|
|
|
|
|
return table.concat(lines, "\n") .. core.get_color_escape_sequence("#ffffff") |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.