Skip to content

Commit c07a61f

Browse files
committed
feat: add size to invoke_handler
1 parent c1ccab3 commit c07a61f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/fs/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ pub fn init<R: Runtime>() -> TauriPlugin<R, Option<config::Config>> {
417417
commands::write_file,
418418
commands::write_text_file,
419419
commands::exists,
420+
commands::size,
420421
#[cfg(feature = "watch")]
421422
watcher::watch,
422423
#[cfg(feature = "watch")]

0 commit comments

Comments
 (0)