Skip to content
Snippets Groups Projects
Unverified Commit d5ece8bf authored by Henrik Poulsen's avatar Henrik Poulsen Committed by GitHub
Browse files

fix(datasource): add warning when unable to find datasource (#20805)


Co-authored-by: default avatarRhys Arkins <rhys@arkins.net>
parent 045780f8
No related branches found
No related tags found
No related merge requests found
......@@ -278,6 +278,7 @@ async function fetchReleases(
const datasource = getDatasourceFor(datasourceName);
// istanbul ignore if: needs test
if (!datasource) {
logger.warn({ datasource: datasourceName }, 'Unknown datasource');
return null;
}
registryUrls = resolveRegistryUrls(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment