Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/tree-view/lib/directory.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@ class Directory {
// action once.
let shouldReload = false
for (let event of events) {
if (event.action === 'modified') {
continue
}
if (event.path === this.path && event.action === 'deleted') {
this.destroy()
break
Expand Down
Loading