forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UiThreadUtil.assertX should only throw in DEBUG mode
Summary: Turns out that `SoftAssertions.java` has always been a lie - it actually always throws exceptions. Migrate it to using `ReactSoftException`. This file hasn't been touched at all since it was originally open-sourced, besides codemods! Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D18336020 fbshipit-source-id: cba3db25a9f9d61325dd3f7843e92e984ae56281
- Loading branch information
1 parent
e885dde
commit b1b97b8
Showing
1 changed file
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters