kopia lustrzana https://github.com/c9/core
fix exception in mkdirP
rodzic
13fabefed5
commit
ecbb32062e
|
@ -570,7 +570,7 @@ define(function(require, exports, module) {
|
||||||
node = {label: p, path: subPath, status: "pending", isFolder: true};
|
node = {label: p, path: subPath, status: "pending", isFolder: true};
|
||||||
// TODO filter hidden files in getChildren instead.
|
// TODO filter hidden files in getChildren instead.
|
||||||
if (!showHidden && isFileHidden(p)) {
|
if (!showHidden && isFileHidden(p)) {
|
||||||
orphans[node.path] = path;
|
orphans[node.path] = node;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} else if (updateNode) {
|
} else if (updateNode) {
|
||||||
|
|
Ładowanie…
Reference in New Issue