[ReactNative] Remove `arc build` instructions from require
This commit is contained in:
parent
cf126f1172
commit
463a5bc9a4
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue