mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
fix
This commit is contained in:
parent
adcdeed094
commit
4efc5209ab
1 changed files with 0 additions and 3 deletions
|
|
@ -247,9 +247,6 @@ const renderChildrenCombined = async (
|
|||
const child = itemsToProcess[i];
|
||||
const isLast = (i === itemsToProcess.length - 1) && !hasMoreItems;
|
||||
|
||||
console.log('child!!!!', child.uri.fsPath)
|
||||
|
||||
|
||||
// Create the tree branch symbols
|
||||
const branchSymbol = isLast ? '└── ' : '├── ';
|
||||
const childLine = `${parentPrefix}${branchSymbol}${child.name}${child.isDirectory ? '/' : ''}${child.isSymbolicLink ? ' (symbolic link)' : ''}\n`;
|
||||
|
|
|
|||
Loading…
Reference in a new issue