Merge pull request +13653 from c9/ide-fix-fscache

fix exception in mkdirP
pull/295/head
Nikolai Onken 2016-04-25 17:37:06 +02:00
commit ab9dbaf0aa
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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) {