mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
3122c87702
A naked unwrap led to an opaque error that can be hit when using the embedded filewatcher. I've changed this an unwrap_or_else panic! with the error message providing more details about the failed operation. A better solution would be to print an error! and not panic... This was tested with the asset_processing example. --------- Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com> |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml | ||
README.md |