abenz1267 / walker

Application launcher similar to Rofi etc. . Wayland native.
MIT License
263 stars 12 forks source link

Fix crashing when parsing shell commands #43

Closed flytaly closed 1 month ago

flytaly commented 1 month ago

Fix regression introduced by #38. When the parser receives empty or invalid commands, the app crashes with a panic:

panic: runtime error: slice bounds out of range [1:0]

abenz1267 commented 1 month ago

thanks!