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;
|
||||
}
|
||||
|
||||
log.info("Retrieving information about the package...");
|
||||
|
||||
packageJson(packageName, {
|
||||
fullMetadata: true
|
||||
}).then((json) => {
|
||||
|
Loading…
Reference in New Issue
Block a user