mirror of
https://github.com/status-im/metro.git
synced 2025-02-13 11:36:24 +00:00
[ReactNative] Remove arc build
instructions from require
This commit is contained in:
parent
81634084bc
commit
7e2b9bfd77
@ -196,7 +196,7 @@
|
|||||||
if (!module) {
|
if (!module) {
|
||||||
msg = 'Requiring unknown module "' + id + '"';
|
msg = 'Requiring unknown module "' + id + '"';
|
||||||
if (__DEV__) {
|
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);
|
throw new ModuleError(msg);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user