mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
ab00a453a8
Summary: ## Changelog: [Internal] - I was looking at the logs, troubleshooting a non-dev build issue, and noticed a line: ``` I0429 15:56:42.107558 1874554880: Running "MyApplication ``` In `__DEV__` mode this usually continues with `" with ...`, but in release mode the closing quote was missing, which made me think there may be something going on garbling the log messages. Which ultimately was a red herring, and it's just a bad formatting in the message in release mode, which this change fixes. Reviewed By: zeyap Differential Revision: D56704170 fbshipit-source-id: a28604fffec6be74733c8759f59ee52a67a81746