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

refactor: lower lock file warning to debug

parent fda9fcc2
No related branches found
No related tags found
No related merge requests found
......@@ -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');
......
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