We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf15e18 commit 91ffb2dCopy full SHA for 91ffb2d
web_src/js/features/repo-view-file-tree-sidebar.ts
@@ -39,6 +39,7 @@ async function loadChildren(item, recursive?: boolean) {
39
isFile: i.isFile,
40
htmlUrl: i.html_url,
41
path: i.path,
42
+ children: i.children,
43
}));
44
}
45
return null;
0 commit comments