kopia lustrzana https://github.com/c9/core
fix another case of fscache breaking mkdirp
rodzic
67c113afef
commit
ac63dd89ec
|
@ -369,10 +369,10 @@ define(function(require, exports, module) {
|
||||||
createNode(dir, {mime: "folder"});
|
createNode(dir, {mime: "folder"});
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!dirsToMake[0])
|
var node = dirsToMake[0] && findNode(dirsToMake[0]);
|
||||||
|
if (!node)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
var node = findNode(dirsToMake[0]);
|
|
||||||
e.undo = function(){
|
e.undo = function(){
|
||||||
dirsToMake.forEach(function(dir) {
|
dirsToMake.forEach(function(dir) {
|
||||||
var node = findNode(dir);
|
var node = findNode(dir);
|
||||||
|
|
Ładowanie…
Reference in New Issue