Skip to content

Commit

Permalink
skip Access on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Jan 3, 2025
1 parent 2c52d0f commit 1019fa2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/tauri-cli/src/interface/rust.rs
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,6 @@ impl Rust {
loop {
if let Ok(events) = rx.recv() {
for event in events {
#[cfg(target_os = "linux")]
if event.kind.is_access() {
continue;
}
Expand Down

0 comments on commit 1019fa2

Please sign in to comment.