Skip to content

Commit

Permalink
Merge pull request #1579 from thelounge/xpaw/install-msg
Browse files Browse the repository at this point in the history
Add info message before calling `packageJson`
  • Loading branch information
astorije committed Sep 29, 2017
2 parents 82b7b35 + 1c4d935 commit c3ccfb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/command-line/install.js
Expand Up @@ -21,6 +21,8 @@ program
return;
}

log.info("Retrieving information about the package...");

packageJson(packageName, {
fullMetadata: true
}).then((json) => {
Expand Down

0 comments on commit c3ccfb0

Please sign in to comment.