From ecbb32062eb620f5211f7e197dd3ccae31283498 Mon Sep 17 00:00:00 2001 From: nightwing Date: Mon, 25 Apr 2016 11:24:53 +0000 Subject: [PATCH] fix exception in mkdirP --- plugins/c9.fs/fs.cache.xml.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/c9.fs/fs.cache.xml.js b/plugins/c9.fs/fs.cache.xml.js index 7922f9a0..9f3aa3d1 100644 --- a/plugins/c9.fs/fs.cache.xml.js +++ b/plugins/c9.fs/fs.cache.xml.js @@ -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) {