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

logs: lower pnpm lock file error to info

parent 01d2fb3b
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ async function generateLockFile(tmpDir, env) {
'Generated lockfile'
);
} catch (err) /* istanbul ignore next */ {
logger.warn(
logger.info(
{
cmd,
err,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment