mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Thread#backtrace may return nil [ci skip]
This commit is contained in:
parent
237bee9d40
commit
7cc55f4bc4
1 changed files with 1 additions and 1 deletions
2
thread.c
2
thread.c
|
@ -5128,7 +5128,7 @@ rb_exec_recursive_paired_outer(VALUE (*func) (VALUE, VALUE, int), VALUE obj, VAL
|
|||
|
||||
/*
|
||||
* call-seq:
|
||||
* thread.backtrace -> array
|
||||
* thread.backtrace -> array or nil
|
||||
*
|
||||
* Returns the current backtrace of the target thread.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue