Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correctly log error output when building (#698)
<!-- Please provide enough information so that others can review your pull request. --> <!-- Keep pull requests small and focused on a single change. --> ### Summary If an error occurs, it is not printed in the CLI. * as-is: <img width="611" alt="image" src="https://github.com/user-attachments/assets/f535b6d7-b4bd-4274-868e-30640ca1f653"> * to-be: <img width="626" alt="image" src="https://github.com/user-attachments/assets/8bd6d0c5-da74-4230-bb8f-02adf3bb10b4"> <!-- What existing problem does the pull request solve? Can you solve the issue with a different approach? --> ### Test plan 1. `react-native-config.js` file: ```js test // That code will cause an error. ``` 2. yarn prepare <!-- List the steps with which we can test this change. Provide screenshots if this changes anything visual. -->
- Loading branch information