Skip to content

Commit

Permalink
log already known packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Jun 16, 2019
1 parent 8518730 commit 80b089e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions update_licenses.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ function getModules(path) {
url,
licTxt: license
};
} else {
console.log(' ', pkg.name, 'already known');
}

getModules(path + '/' + d + '/node_modules');
Expand Down

0 comments on commit 80b089e

Please sign in to comment.