mirror of
https://github.com/mastodon/mastodon.git
synced 2025-09-08 02:41:06 +00:00
Relax error restriction in initializer (#35321)
This commit is contained in:
parent
e7c5c25de8
commit
786b12e379
|
@ -3,7 +3,7 @@
|
|||
Rails.application.config.to_prepare do
|
||||
custom_css = begin
|
||||
Setting.custom_css
|
||||
rescue ActiveRecord::AdapterError # Running without a database, not migrated, no connection, etc
|
||||
rescue # Running without a cache, database, not migrated, no connection, etc
|
||||
nil
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user