Skip to content

Commit

Permalink
Update plugins/fs/guest-js/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Nov 26, 2024
1 parent b84a823 commit c1ccab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/fs/guest-js/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1326,6 +1326,7 @@ async function watchImmediate(
* Get the size of a file or directory. For files, the `stat` functions can be used as well.
*
* If `path` is a directory, this function will recursively iterate over every file and every directory inside of `path` and therefore will be very time consuming if used on larger directories.
*
* @example
* ```typescript
* import { size, BaseDirectory } from '@tauri-apps/plugin-fs';
Expand Down

0 comments on commit c1ccab3

Please sign in to comment.