[ReactNative] Remove `arc build` instructions from require

This commit is contained in:
Alex Kotliarskyi 2015-03-23 17:40:51 -07:00
Родитель cf126f1172
Коммит 463a5bc9a4
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -196,7 +196,7 @@
if (!module) {
msg = 'Requiring unknown module "' + id + '"';
if (__DEV__) {
msg += '. It may not be loaded yet. Did you forget to run arc build?';
msg += '. If you are sure the module is there, try restarting the packager.';
}
throw new ModuleError(msg);
}