tsoding / boomer

Zoomer application for Linux
MIT License
439 stars 39 forks source link

Boomer breaks if config has an empty line #67

Closed Antzelino closed 4 years ago

Antzelino commented 4 years ago

I tried making a config and it had an empty line in it. When I ran boomer i got

fatal.nim(39)            sysFatal
Error: unhandled exception: index 1 not in 0 .. 0 [IndexError]

Then I removed the empty line, and it worked as expected.