Skip to content

Commit 8429064

Browse files
committed
Last send
1 parent 8cbd88c commit 8429064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_asset/src/io/embedded/embedded_watcher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ impl FilesystemEventHandler for EmbeddedEventHandler {
8383
}
8484
}
8585
self.last_event = Some(event.clone());
86-
self.sender.send(event).unwrap();
86+
self.sender.push(event).unwrap();
8787
}
8888
}
8989
}

0 commit comments

Comments
 (0)