Skip to content

Commit

Permalink
feat: add size to invoke_handler
Browse files Browse the repository at this point in the history
  • Loading branch information
ayangweb committed Nov 26, 2024
1 parent c1ccab3 commit c07a61f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/fs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ pub fn init<R: Runtime>() -> TauriPlugin<R, Option<config::Config>> {
commands::write_file,
commands::write_text_file,
commands::exists,
commands::size,
#[cfg(feature = "watch")]
watcher::watch,
#[cfg(feature = "watch")]
Expand Down

0 comments on commit c07a61f

Please sign in to comment.