We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94706e commit 96843d6Copy full SHA for 96843d6
1 file changed
lib/HotModuleReplacementPlugin.js
@@ -331,7 +331,6 @@ var hotInitCode = Template.getFunctionContent(function() {
331
var hotStatus = "idle";
332
333
function hotSetStatus(newStatus) {
334
- var oldStatus = hotStatus;
335
hotStatus = newStatus;
336
for(var i = 0; i < hotStatusHandlers.length; i++)
337
hotStatusHandlers[i].call(null, newStatus);
0 commit comments