mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Merge pull request +13653 from c9/ide-fix-fscache
fix exception in mkdirP
This commit is contained in:
commit
ab9dbaf0aa
@ -570,7 +570,7 @@ define(function(require, exports, module) {
|
||||
node = {label: p, path: subPath, status: "pending", isFolder: true};
|
||||
// TODO filter hidden files in getChildren instead.
|
||||
if (!showHidden && isFileHidden(p)) {
|
||||
orphans[node.path] = path;
|
||||
orphans[node.path] = node;
|
||||
return;
|
||||
}
|
||||
} else if (updateNode) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user