diff --git a/lib/client/key.js b/lib/client/key.js index 07737be1..123bce78 100644 --- a/lib/client/key.js +++ b/lib/client/key.js @@ -156,7 +156,7 @@ var CloudCmd, Util, DOM; name = DOM.getCurrentName(current); isMatch = name.match(regExp); - if (isMatch) { + if (isMatch && name !== '..') { byName = DOM.getCurrentByName(name); if (!skipCount) {