refactor: lower lock file warning to debug

This commit is contained in:
Rhys Arkins 2018-01-26 16:26:42 +01:00
parent fda9fcc289
commit 6c57c5f45b

View file

@ -37,7 +37,7 @@ function extractDependencies(
logger.debug('No match');
}
} else {
logger.warn('No lock file found');
logger.debug('No lock file found');
}
} catch (err) {
logger.debug({ currentVersion }, 'Could not find locked version');