mirror of
https://github.com/status-im/react-native.git
synced 2025-02-05 06:04:15 +00:00
Fix reference to mustfix in RCTLog
Reviewed By: vjeux Differential Revision: D2631344 fb-gh-sync-id: 29d4aef4c736adf255907351005ede4388d52707
This commit is contained in:
parent
a377f81b4e
commit
4b78ed2123
@ -18,7 +18,7 @@ var levelsMap = {
|
|||||||
info: 'info',
|
info: 'info',
|
||||||
warn: 'warn',
|
warn: 'warn',
|
||||||
error: 'error',
|
error: 'error',
|
||||||
mustfix: 'error',
|
fatal: 'error',
|
||||||
};
|
};
|
||||||
|
|
||||||
class RCTLog {
|
class RCTLog {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user