mirror of
https://github.com/status-im/metro.git
synced 2025-02-06 16:23:32 +00:00
Use debug
instead of console.warn
Reviewed By: voideanvalue Differential Revision: D2636111 fb-gh-sync-id: d21ec56045461353317348c4da14c92be8015bd3
This commit is contained in:
parent
a724cfde2d
commit
7e89bb9920
@ -70,7 +70,7 @@ class ResolutionRequest {
|
||||
throw error;
|
||||
}
|
||||
|
||||
console.warn(
|
||||
debug(
|
||||
'Unable to resolve module %s from %s',
|
||||
toModuleName,
|
||||
fromModule.path
|
||||
|
Loading…
x
Reference in New Issue
Block a user