mirror of
https://github.com/mastodon/mastodon.git
synced 2025-09-06 09:51:24 +00:00
Fix crash in development environment with no prebuilt assets and no vite dev server running (#35177)
This commit is contained in:
parent
91741214e1
commit
dbb20f76a7
|
@ -9,7 +9,7 @@ module ViteRuby::ManifestIntegrityExtension
|
||||||
|
|
||||||
def load_manifest
|
def load_manifest
|
||||||
# Invalidate the name lookup cache when reloading manifest
|
# Invalidate the name lookup cache when reloading manifest
|
||||||
@name_lookup_cache = load_name_lookup_cache unless dev_server_running?
|
@name_lookup_cache = nil unless dev_server_running?
|
||||||
|
|
||||||
super
|
super
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user