Fix reference to mustfix in RCTLog

Reviewed By: vjeux

Differential Revision: D2631344

fb-gh-sync-id: 29d4aef4c736adf255907351005ede4388d52707
This commit is contained in:
Pieter De Baets 2015-11-10 04:50:45 -08:00 committed by facebook-github-bot-7
parent a377f81b4e
commit 4b78ed2123

View File

@ -18,7 +18,7 @@ var levelsMap = {
info: 'info',
warn: 'warn',
error: 'error',
mustfix: 'error',
fatal: 'error',
};
class RCTLog {