AtomLinter / atom-minimap-linter

Atom package to display linter markers on minimap
MIT License
26 stars 6 forks source link

Guard against missing TextEditor #20

Closed Arcanemagus closed 7 years ago

Arcanemagus commented 7 years ago

Apparently minimap can get into a situation where the TextEditor associated with it is no longer valid. Add a guard against this case.

Fixes #19.