Skip to content

Commit c1ccab3

Browse files
authored
Update plugins/fs/guest-js/index.ts
1 parent b84a823 commit c1ccab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/fs/guest-js/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,6 +1326,7 @@ async function watchImmediate(
13261326
* Get the size of a file or directory. For files, the `stat` functions can be used as well.
13271327
*
13281328
* 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.
1329+
*
13291330
* @example
13301331
* ```typescript
13311332
* import { size, BaseDirectory } from '@tauri-apps/plugin-fs';

0 commit comments

Comments
 (0)