fix(aidocs_classes): Fix minor bugs and update dependencies in aidocs_classes

This commit is contained in:
2024-06-23 22:47:27 +02:00
parent 5e2171dbfd
commit 34102a2544
6 changed files with 39 additions and 28 deletions

View File

@@ -49,7 +49,7 @@ export class ProjectContext {
public async convertFilesToContext(filesArg: plugins.smartfile.SmartFile[]) {
console.log(`Using the following files for the documentation:`);
filesArg.map((fileArg) => {
console.log(` -> ${fileArg.relative}`);
// console.log(` -> ${fileArg.relative}`);
});
return filesArg
.map((smartfile) => {