未验证 提交 564cb91b 编写于 作者: G GitSquared

🚑 Fix error in fsDisp when cwd content changes

上级 f99d0662
......@@ -44,7 +44,7 @@ class FilesystemDisplay {
this._timer = setInterval(() => {
if (this._runNextTick === true) {
this._runNextTick = false;
this.readFS();
this.readFS(this.dirpath);
}
}, 1000);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册