Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrap error logging in debug mode check for file import failures
- Added a conditional check using `LanguageSystem.isDebugMode()` to ensure that error messages for file import failures are only logged during debugging. - Improves log cleanliness and prevents unnecessary error logs in production.
- Loading branch information