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