Skip to content
Snippets Groups Projects
Commit f5c64a32 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix(composer): don’t warn for non-null registryUrls

parent 5565e4d7
Branches
Tags 13.103.6
No related merge requests found
...@@ -77,7 +77,7 @@ async function getArtifacts( ...@@ -77,7 +77,7 @@ async function getArtifacts(
} }
} }
} }
} else { } else if (config.registryUrls) {
logger.warn( logger.warn(
{ registryUrls: config.registryUrls }, { registryUrls: config.registryUrls },
'Non-array composer registryUrls' 'Non-array composer registryUrls'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment