typo fix
This commit is contained in:
parent
527cb82e9d
commit
0978e93679
|
@ -194,7 +194,7 @@
|
|||
// success
|
||||
// now try stat on this as a child of the parent directory
|
||||
child = me._wcurpath.replace(/^.*\/(.*)$/, '$1');
|
||||
files = [child];
|
||||
me._wcurfiles = [child];
|
||||
me._wcurpath = parent;
|
||||
} else {
|
||||
// TODO v3.0
|
||||
|
|
Loading…
Reference in New Issue