提交 8d39b160 编写于 作者: I isidor

fix too many unresolved root issue

上级 b7d1f3c1
......@@ -116,7 +116,7 @@ export class FileStat implements IFileStat {
}
public get nonexistentRoot(): boolean {
return this.isRoot && !this.isDirectoryResolved;
return this.isRoot && !this.isDirectoryResolved && this.isDirectory;
}
public getId(): string {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册