mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
catching NameError here is not desirable.
This commit is contained in:
+1
-1
@@ -321,7 +321,7 @@ assert('Exception 19') do
|
||||
r = @e = false
|
||||
begin
|
||||
b
|
||||
rescue
|
||||
rescue TypeError
|
||||
r = self.z
|
||||
end
|
||||
[ r, @e ]
|
||||
|
||||
Reference in New Issue
Block a user