Skip to content

Commit

Permalink
Update FileSystemObserver.md
Browse files Browse the repository at this point in the history
Update the comment for unknown change type
  • Loading branch information
dslee414 authored Jun 28, 2024
1 parent b2efb3f commit 34a66be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/FileSystemObserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ async function markDirty(record) {
record.relativePathComponents);
break;
case 'unknown':
// Change type is not known.
// Unknown change event(s) may have been missed.
if (await checkIfChanged(record.changedHandle)) {
markChanged(record.root, record.relativePathComponents);
}
Expand Down

0 comments on commit 34a66be

Please sign in to comment.