There was an error while loading. Please reload this page.
1 parent 4367fa5 commit fb2b59bCopy full SHA for fb2b59b
src/modules/api.xq
@@ -551,7 +551,7 @@ declare %private function api:get-collection-config($collection as xs:string?) a
551
if (empty($git-collection))
552
then error((), "git collection not found!")
553
else if (empty($collection-config))
554
- then error((), "collection config not found!")
+ then error((), "collection config " || $git-collection || " not found!")
555
else $collection-config
556
};
557
0 commit comments