Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 564cb91

Browse files
committed
🚑 Fix error in fsDisp when cwd content changes
1 parent f99d066 commit 564cb91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/classes/filesystem.class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class FilesystemDisplay {
4444
this._timer = setInterval(() => {
4545
if (this._runNextTick === true) {
4646
this._runNextTick = false;
47-
this.readFS();
47+
this.readFS(this.dirpath);
4848
}
4949
}, 1000);
5050

0 commit comments

Comments
 (0)