Merge pull request #1579 from thelounge/xpaw/install-msg
Add info message before calling `packageJson`
This commit is contained in:
commit
c3ccfb092a
@ -21,6 +21,8 @@ program
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
log.info("Retrieving information about the package...");
|
||||||
|
|
||||||
packageJson(packageName, {
|
packageJson(packageName, {
|
||||||
fullMetadata: true
|
fullMetadata: true
|
||||||
}).then((json) => {
|
}).then((json) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user