GITLAB
kubaninc
/ letter_avatar
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
bb258a45d0cb2025ff4f3f30596c037d9c54e081
Authored by
Krzysiek Szczuka
2016-02-17 10:30:19 +0100
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
Side-by-side Diff
Inline Diff
lib/letter_avatar.rb
Wrap text
Diff comments
View file @
bb258a4
...
...
@@ -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
...
...