зеркало из https://github.com/github/ruby.git
add "[FATAL]" marker on abort
Indicate that the situation is fatal.
This commit is contained in:
Родитель
0b26f56a77
Коммит
d96f04d73a
1
error.c
1
error.c
|
@ -2640,6 +2640,7 @@ rb_raise(VALUE exc, const char *fmt, ...)
|
|||
}
|
||||
else {
|
||||
/* Not in a ruby thread */
|
||||
fprintf(stderr, "%s", "[FATAL] ");
|
||||
vfprintf(stderr, fmt, args);
|
||||
abort();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче