Skip to content

Commit

Permalink
Add verbose logging to GH loader
Browse files Browse the repository at this point in the history
connect #2243
  • Loading branch information
timothycarambat committed Sep 9, 2024
1 parent 8b7b042 commit 9aa77df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ class GitHubRepoLoader {
maxConcurrency: 5,
unknown: "ignore",
ignorePaths: this.ignorePaths,
verbose: true,
});

const docs = [];
Expand Down

0 comments on commit 9aa77df

Please sign in to comment.