Skip to content

Commit 92e3615

Browse files
author
Bruno Abreu
committed
Fix bluebird warning in hot/signal
1 parent 6a69091 commit 92e3615

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)