fix(aidocs_classes): Fix minor bugs and update dependencies in aidocs_classes
This commit is contained in:
		@@ -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) => {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user