Skip to content

v1.1.1: Fix: Avoid exception if no SublimeLinter color schemes are found (#10)

Latest
Compare
Choose a tag to compare
@chmln chmln released this 26 Jan 03:59
· 2 commits to master since this release
If `sublime.find_resources()` returns an empty list, an IndexError is raised
which needs to be catched.