fix: logger.info not warn when failing to look up dep (#819)

This commit is contained in:
Rhys Arkins 2017-09-16 08:25:31 +02:00 committed by GitHub
parent 450b16b459
commit 710d0262e2

View file

@ -39,7 +39,7 @@ async function renovateNpmPackage(config) {
'. This will block *all* dependencies from being updated due to presence of lock file.'; '. This will block *all* dependencies from being updated due to presence of lock file.';
} }
results = [result]; results = [result];
logger.warn(result.message); logger.info(result.message);
} }
for (const result of results) { for (const result of results) {
result.repositoryUrl = result.repositoryUrl =