Skip to content

Commit b84b348

Browse files
committed
Add logging about downloading the hot manifest
1 parent 2a419cc commit b84b348

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

hot/dev-server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
if(module.hot) {
22
function check() {
3+
console.log("Checking for updates on the server...");
34
module.hot.check(function(err, updatedModules) {
45
if(err) {
56
if(module.hot.status() in {abort:1,fail:1})

0 commit comments

Comments
 (0)