Indicate that the situation is fatal.
This commit is contained in:
卜部昌平 2019-10-10 16:10:58 +09:00
Родитель 0b26f56a77
Коммит d96f04d73a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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();
}