Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: template literal syntax in error handling for asset file paths (#…
…1267) Summary: This is a PR that solves [issue 1265](#1265). This pull request corrects a syntax error in the template literal used for handling error messages regarding asset file paths within Metro. The existing implementation failed to properly format the file path in the error message. This change updates the syntax to correctly embed the file path variable into the error message. Changelog: [Fix] Correct template literal syntax in error handling for asset file paths. Pull Request resolved: #1267 Test Plan: To verify the correction, I conducted the following steps: 1. Triggered the error handling code with an incorrect asset file path to ensure the error message **includes the intended file path**. 2. Reviewed the output to confirm the file path is now **correctly formatted** within the error message. Reviewed By: huntie Differential Revision: D56811594 Pulled By: robhogan fbshipit-source-id: f089996659222bca3cd0896ae13292ebb4747428
- Loading branch information