Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed May 11, 2019
1 parent 3fc8400 commit 343832e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/npm_install/generate_build_file.js
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,8 @@ function listFiles(rootDir, subDir = '') {
}

/**
* Returns true if a pkg._files contains a root /BUILD or /BUILD.bazel file.
* Returns true if the npm package distribution contained a
* root /BUILD or /BUILD.bazel file.
*/
function hasRootBuildFile(pkg) {
for (const file of pkg._files) {
Expand Down

0 comments on commit 343832e

Please sign in to comment.