зеркало из https://github.com/github/ruby.git
Remove unneeded newline from detailed_message
This commit is contained in:
Родитель
5099f64fa4
Коммит
eda10e8102
|
@ -189,7 +189,6 @@ rb_decorate_message(const VALUE eclass, const VALUE emesg, int highlight)
|
|||
einfo = tail;
|
||||
write_warn2(str, "\n", 1);
|
||||
while (elen > 0) {
|
||||
write_warn2(str, "\n", 1);
|
||||
tail = memchr(einfo, '\n', elen);
|
||||
if (!tail || tail > einfo) {
|
||||
write_warn(str, bold);
|
||||
|
|
Загрузка…
Ссылка в новой задаче