Skip to content

Commit

Permalink
note when there are no forks
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Dec 18, 2014
1 parent 6dd4277 commit 512bb81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/install.js
Expand Up @@ -769,6 +769,9 @@ function showVersions(forks) {
if (shownIntro) {
ui.log('info', '\nTo inspect individual package constraints, use %jspm inspect endpoint:name%.\n');
}
else if (forks) {
ui.log('ok', 'Install tree has no forks.');
}
}
exports.showVersions = showVersions;

Expand Down

0 comments on commit 512bb81

Please sign in to comment.