mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 00:20:07 +00:00
Double name bug repair (#2879)
This commit is contained in:
@@ -34,6 +34,10 @@ class Dirent {
|
||||
}
|
||||
}
|
||||
|
||||
clone() {
|
||||
return new Dirent(this);
|
||||
}
|
||||
|
||||
isDir() {
|
||||
return this.type !== 'file';
|
||||
}
|
||||
|
Reference in New Issue
Block a user