Skip to content

Commit 5083e04

Browse files
authored
Merge pull request webpack#6210 from brunoabreu/fix/hot-signal-warning
Fix bluebird warning in hot/signal
2 parents 1ffcd28 + 92e3615 commit 5083e04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hot/signal.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ if(module.hot) {
2424
require("./log-apply-result")(updatedModules, renewedModules);
2525

2626
checkForUpdate(true);
27+
return null;
2728
});
2829
}).catch(function(err) {
2930
var status = module.hot.status();

0 commit comments

Comments
 (0)