docs error more explanatory

Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
Brian Fletcher
2023-02-14 08:44:52 +00:00
parent 3c637aea57
commit 40298b0277
2 changed files with 6 additions and 1 deletions
@@ -165,7 +165,7 @@ export class DocsSynchronizer {
);
error(
new NotFoundError(
'Sorry! It took too long for the generated docs to show up in storage. Check back later.',
'Sorry! It took too long for the generated docs to show up in storage. Are you sure the docs project is generating an `index.html` file? Otherwise, check back later.',
),
);
return;