Skip to content

Commit

Permalink
Update website/docs/en/types/watch-file-system.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: neverland <[email protected]>
  • Loading branch information
LingyuCoder and chenjiahan committed Aug 5, 2024
1 parent 5c28d27 commit edd3d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/en/types/watch-file-system.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type WatchFileSystem = {
changes: Set<string>,
removals: Set<string>
): void,
callbackUndelayed: ( // 首次变更立即触发
callbackUndelayed: ( // Triggered immediately after the first change
file: string,
time: number
): void;
Expand Down

0 comments on commit edd3d4f

Please sign in to comment.