friedow / centerpiece

Your trusty omnibox search.
MIT License
174 stars 6 forks source link

return false when file_name cannot convert to str #123

Closed prmadev closed 3 months ago

prmadev commented 3 months ago

Since to_str will not fail when the input is ".git" and that input is the only input that matters to us, we can avoid crashing the daemon when to_str returns none.