aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRoman Chvanikov <chvanikoff@pm.me>2020-05-04 00:46:14 +0300
committerRoman Chvanikov <chvanikoff@pm.me>2020-05-04 00:46:14 +0300
commit6cab0f820ec2ee112eb4dec84fa7d1c9cd9fca73 (patch)
tree2c18c26fcc2d97fe1bde68065c1d74a48ba11ec2 /lib
parent2a6e6287ea120ace82f7d39ef18e4d33b212e3e0 (diff)
downloadpleroma-6cab0f820ec2ee112eb4dec84fa7d1c9cd9fca73.tar.gz
fix tests
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/web/frontend_controller.ex3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pleroma/web/frontend_controller.ex b/lib/pleroma/web/frontend_controller.ex
index 71fae0bb8..2ba445df9 100644
--- a/lib/pleroma/web/frontend_controller.ex
+++ b/lib/pleroma/web/frontend_controller.ex
@@ -69,7 +69,8 @@ defmodule Pleroma.Web.FrontendController do
{:ok, priv_path}
true ->
- {:error, "index.html file was not found"}
+ {:error,
+ "index.html file was not found in #{inspect([instance_path, frontend_path, priv_path])}"}
end
end
end