mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 14:36:25 +00:00
fix: logger.info not warn when failing to look up dep (#819)
This commit is contained in:
parent
450b16b459
commit
710d0262e2
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ async function renovateNpmPackage(config) {
|
|||
'. This will block *all* dependencies from being updated due to presence of lock file.';
|
||||
}
|
||||
results = [result];
|
||||
logger.warn(result.message);
|
||||
logger.info(result.message);
|
||||
}
|
||||
for (const result of results) {
|
||||
result.repositoryUrl =
|
||||
|
|
Loading…
Reference in a new issue