mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 20:25:33 +08:00
Use debug instead of console.warn
Reviewed By: voideanvalue Differential Revision: D2636111 fb-gh-sync-id: d21ec56045461353317348c4da14c92be8015bd3
This commit is contained in:
committed by
facebook-github-bot-3
parent
0c27c3fde9
commit
cbaf58a47d
@@ -70,7 +70,7 @@ class ResolutionRequest {
|
||||
throw error;
|
||||
}
|
||||
|
||||
console.warn(
|
||||
debug(
|
||||
'Unable to resolve module %s from %s',
|
||||
toModuleName,
|
||||
fromModule.path
|
||||
|
||||
Reference in New Issue
Block a user