Skip to content
Snippets Groups Projects
Commit 0560506c authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

chore: downgrade npm getDependnecy ebug to log (#917)

parent 109a1e51
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ async function setNpmrc(input) {
}
async function getDependency(name, logger) {
logger.debug(`getDependency(${name})`);
logger.trace(`getDependency(${name})`);
const scope = name.split('/')[0];
let regUrl;
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment