mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 11:34:23 +00:00
packager: backticks for module names
Reviewed By: cpojer Differential Revision: D4468850 fbshipit-source-id: 281064a81ff1262094711f4e800effcd17fb7e4d
This commit is contained in:
parent
48b86022fb
commit
5af697b3bb
@ -489,7 +489,7 @@ class UnableToResolveError extends Error {
|
||||
this.from = fromModule.path;
|
||||
this.to = toModule;
|
||||
this.message = util.format(
|
||||
'Unable to resolve module %s from %s: %s',
|
||||
'Unable to resolve module `%s` from `%s`: %s',
|
||||
toModule,
|
||||
fromModule.path,
|
||||
message,
|
||||
|
Loading…
x
Reference in New Issue
Block a user