chore: downgrade npm getDependnecy ebug to log ()

pull/918/head^2
Rhys Arkins 2017-10-12 10:16:33 +02:00 committed by GitHub
parent 109a1e5154
commit 0560506cd4
1 changed files with 1 additions and 1 deletions
lib/api

View File

@ -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 {