1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-05 09:07:10 +03:00
https://github.com/rui314/mold/issues/203
This commit is contained in:
Rui Ueyama 2021-12-28 12:41:25 +09:00
parent e8dcecfff0
commit 27509f0408

2
mold.h
View File

@ -131,7 +131,7 @@ public:
ctx.has_error = true;
} else {
if (ctx.arg.color_diagnostics)
out << "mold: \033[0;1;35warning:\033[0m ";
out << "mold: \033[0;1;35mwarning:\033[0m ";
else
out << "mold: warning: ";
}