Improve error wording
Reviewed By: frantic Differential Revision: D2793300 fb-gh-sync-id: f3f9403ee332d193b8a6c4a6dfb89d636dc48875
This commit is contained in:
parent
041b1c5e52
commit
d1864fa436
|
@ -121,8 +121,8 @@
|
|||
mod.module.hot.acceptCallback();
|
||||
} else {
|
||||
console.log(
|
||||
'[HMR] Module `' + id + '` cannot be accepted. ' +
|
||||
'Please reload bundle to get the updates.'
|
||||
'[HMR] Module `' + id + '` can\'t be hot reloaded because it ' +
|
||||
'doesn\'t provide accept callback hook. Reload the app to get the updates.'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue