update error message

This commit is contained in:
Evan
2025-12-18 17:02:52 +00:00
parent 004fea6935
commit 3fe7bd250f

View File

@@ -12,7 +12,7 @@ def find_dashboard() -> Path:
)
if not dashboard:
raise FileNotFoundError(
"Unable to locate dashboard assets. Export DASHBOARD_DIR or rebuild the binary."
"Unable to locate dashboard assets - make sure the dashboard has been built, or export DASHBOARD_DIR if you've built the dashboard elsewhere."
)
return dashboard