jacobmendoza / rspec-tree-runner

RSpec runner and files analyzer for Atom editor
https://atom.io/packages/rspec-tree-runner
MIT License
9 stars 2 forks source link

Fix error when resizing subcontainer that does not exist #23

Closed veger closed 6 years ago

veger commented 6 years ago

This PR fixes #22

It was caused when the panel got opened/toggled when the active file is not an rspec file. In this situation the subContainer element is not available, so the getElementById('subContainer') returns null