mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
weak cell was weak.
This commit is contained in:
parent
255d07368c
commit
2c7586536e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ module V8
|
|||
else
|
||||
populate(block)
|
||||
end
|
||||
rescue RefError
|
||||
rescue WeakRef::RefError
|
||||
populate(block)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue