Commit cf97656
Downgrade HMR client console.warn to console.log (#58478)
Summary:
Pull Request resolved: #58478
Downgrade a `console.warn` to `console.log` in HMRClient when the bundle is not loaded from Metro. This message is informational rather than a warning condition.
Changelog: [Internal]
___
Differential Revision: D119640117
fbshipit-source-id: 4af3765af7601929faf37c7f9b8a323b799036101 parent 25f48bd commit cf97656
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
0 commit comments