Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include asset path in get_meta_path panic message (bevyengine#11504)
# Objective - Fixes a hurdle encountered when debugging a panic caused by the file watcher loading a `.gitignore` file, which was hard to debug because there was no file name in the report, only `asset paths must have extensions` ## Solution - Panic with a formatted message that includes the asset path, e.g. `missing expected extension for asset path .gitignore` --------- Co-authored-by: Alice Cecile <[email protected]> Co-authored-by: Doonv <[email protected]>
- Loading branch information