From c07a61fc90f2e541f23ca84ad7a388ad2843f183 Mon Sep 17 00:00:00 2001 From: ayang <473033518@qq.com> Date: Tue, 26 Nov 2024 19:36:54 +0800 Subject: [PATCH] feat: add `size` to invoke_handler --- plugins/fs/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/fs/src/lib.rs b/plugins/fs/src/lib.rs index 3240ccb3..731c7040 100644 --- a/plugins/fs/src/lib.rs +++ b/plugins/fs/src/lib.rs @@ -417,6 +417,7 @@ pub fn init() -> TauriPlugin> { commands::write_file, commands::write_text_file, commands::exists, + commands::size, #[cfg(feature = "watch")] watcher::watch, #[cfg(feature = "watch")]