I'm trying to see if @events here: https://github.com/Igorshp/chef/blob/exception_handlers/lib/chef/client.rb#L161
is different from @events here: https://github.com/Igorshp/chef/blob/exception_handlers/lib/chef/client.rb#L245
it is the same instance variable. But events get mutated (or so i think) few times during the chef run before it gets to line 245.
I want to see if that is really true or not.
The ultimate question is: Can assignment in line 245 be removed?