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.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…
Reference in New Issue