Skip to content

Commit d1864fa

Browse files
martinbigiofacebook-github-bot-9
authored andcommitted
Improve error wording
Reviewed By: frantic Differential Revision: D2793300 fb-gh-sync-id: f3f9403ee332d193b8a6c4a6dfb89d636dc48875
1 parent 041b1c5 commit d1864fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packager/react-packager/src/Resolver/polyfills

packager/react-packager/src/Resolver/polyfills/require.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@
121121
mod.module.hot.acceptCallback();
122122
} else {
123123
console.log(
124-
'[HMR] Module `' + id + '` cannot be accepted. ' +
125-
'Please reload bundle to get the updates.'
124+
'[HMR] Module `' + id + '` can\'t be hot reloaded because it ' +
125+
'doesn\'t provide accept callback hook. Reload the app to get the updates.'
126126
);
127127
}
128128
}

0 commit comments

Comments
 (0)