Merge branch 'develop' into 'hide-muted-reactions'
[akkoma] / lib / pleroma / frontend.ex
index b3d4c3325073f21b6ec33c9115c17d842844cc70..bf935a72855e2c6587458dae510454504dba58fe 100644 (file)
@@ -42,9 +42,11 @@ defmodule Pleroma.Frontend do
     else
       {:download_or_unzip, _} ->
         Logger.info("Could not download or unzip the frontend")
+        {:error, "Could not download or unzip the frontend"}
 
       _e ->
         Logger.info("Could not install the frontend")
+        {:error, "Could not install the frontend"}
     end
   end