mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix tests.
This commit is contained in:
parent
0f9fb01c6b
commit
11dbadb96f
@ -82,7 +82,7 @@ class LetterAvatar
|
||||
'#{filename}'
|
||||
}
|
||||
|
||||
Discourse::Utils.execute_command('convert', instructions.join(" ".freeze))
|
||||
Discourse::Utils.execute_command('convert', instructions.join(" ".freeze)) rescue nil
|
||||
|
||||
## do not optimize image, it will end up larger than original
|
||||
filename
|
||||
|
Loading…
Reference in New Issue
Block a user