Fix the debug implementation of Resource#stage as well
This commit is contained in:
parent
1599e9b059
commit
d294d2e210
@ -18,6 +18,8 @@ end
|
||||
|
||||
module ResourceDebugger
|
||||
def stage(target=nil, &block)
|
||||
return super if target
|
||||
|
||||
super do
|
||||
begin
|
||||
block.call(self)
|
||||
|
Loading…
x
Reference in New Issue
Block a user