mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
rm comment
This commit is contained in:
parent
165b5a4fd2
commit
0d9be68aff
1 changed files with 0 additions and 1 deletions
|
|
@ -103,7 +103,6 @@ async function generateDirectoryTreeMd(fileService: IFileService, rootURI: URI):
|
|||
}
|
||||
const stat = await fileService.resolve(rootURI, { resolveMetadata: false });
|
||||
|
||||
console.log('statttttttttt', JSON.stringify(stat, null, 2))
|
||||
// kickstart recursion
|
||||
output += `${stat.name}\n`;
|
||||
traverseChildren(stat.children ?? [], 1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue