Commit bb258a45d0cb2025ff4f3f30596c037d9c54e081

Authored by Krzysiek Szczuka
1 parent fd8ab8a3
Exists in master

missing convert cmd

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
lib/letter_avatar.rb
... ... @@ -30,6 +30,8 @@ module LetterAvatar
30 30 }.join(" ")
31 31 )
32 32 true
  33 + rescue => e
  34 + false
33 35 end
34 36 end
35 37  
... ...