We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 009a90b commit 3bcc188Copy full SHA for 3bcc188
lib/auth/legacy.js
@@ -57,7 +57,7 @@ const login = async (opts) => {
57
}
58
59
try {
60
- log.notice("", `Log in on ${opts.registry}`)
+ log.notice('', `Log in on ${opts.registry}`)
61
res = await profile.login(openerPromise, loginPrompter, opts)
62
} catch (err) {
63
const needsMoreInfo = !(opts &&
0 commit comments