Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Update log message
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Oct 31, 2019
1 parent 410e507 commit 5966e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/registry.adduser.js
Expand Up @@ -30,7 +30,7 @@ function done(error, data, raw, res) {
console.error(error);
return;
}
console.log('Login succeeded');
console.log('User added.');
console.log('data: %s', JSON.stringify(data, null, 2));
console.log('NPM access token: %s', data.token);
}

0 comments on commit 5966e9c

Please sign in to comment.