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

chore: log managers

parent 8597f16b
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ async function extractAllDependencies(config) { ...@@ -15,6 +15,7 @@ async function extractAllDependencies(config) {
const packageFiles = await getManagerPackageFiles(config, managerConfig); const packageFiles = await getManagerPackageFiles(config, managerConfig);
if (packageFiles.length) { if (packageFiles.length) {
fileCount += packageFiles.length; fileCount += packageFiles.length;
logger.info(`Found ${manager} package files`);
extractions[manager] = packageFiles; extractions[manager] = packageFiles;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment