Improve error wording

Reviewed By: frantic

Differential Revision: D2793300

fb-gh-sync-id: f3f9403ee332d193b8a6c4a6dfb89d636dc48875
This commit is contained in:
Martín Bigio 2015-12-29 11:35:48 -08:00 committed by facebook-github-bot-9
parent 041b1c5e52
commit d1864fa436
1 changed files with 2 additions and 2 deletions

View File

@ -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.'
);
}
}