зеркало из https://github.com/github/ruby.git
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
fdcc9c9e43
Коммит
cc508b544d
2
eval.c
2
eval.c
|
@ -531,7 +531,7 @@ setup_exception(rb_execution_context_t *ec, int tag, volatile VALUE mesg, VALUE
|
|||
mesg = rb_obj_dup(mesg);
|
||||
}
|
||||
}
|
||||
if (cause != Qundef && !THROW_DATA_P(cause)) {
|
||||
if (cause != Qundef && !THROW_DATA_P(cause)) {
|
||||
exc_setup_cause(mesg, cause);
|
||||
}
|
||||
if (NIL_P(bt)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче