diff --git a/collector/utils/extensions/RepoLoader/GithubRepo/RepoLoader/index.js b/collector/utils/extensions/RepoLoader/GithubRepo/RepoLoader/index.js index 08121f44f2..935cab1970 100644 --- a/collector/utils/extensions/RepoLoader/GithubRepo/RepoLoader/index.js +++ b/collector/utils/extensions/RepoLoader/GithubRepo/RepoLoader/index.js @@ -119,6 +119,7 @@ class GitHubRepoLoader { maxConcurrency: 5, unknown: "ignore", ignorePaths: this.ignorePaths, + verbose: true, }); const docs = [];