Add verbose logging to GH loader

connect 
This commit is contained in:
timothycarambat 2024-09-09 14:36:37 -07:00
parent 8b7b042e20
commit 9aa77dfb8d

View file

@ -119,6 +119,7 @@ class GitHubRepoLoader {
maxConcurrency: 5,
unknown: "ignore",
ignorePaths: this.ignorePaths,
verbose: true,
});
const docs = [];