fix exception in mkdirP

pull/295/head
nightwing 2016-04-25 11:24:53 +00:00
rodzic 13fabefed5
commit ecbb32062e
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) {