packager: backticks for module names

Reviewed By: cpojer

Differential Revision: D4468850

fbshipit-source-id: 281064a81ff1262094711f4e800effcd17fb7e4d
This commit is contained in:
Jean Lauliac 2017-01-26 10:42:43 -08:00 коммит произвёл Facebook Github Bot
Родитель 48b86022fb
Коммит 5af697b3bb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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,