Skip to content

Commit c52e8d7

Browse files
committed
fixed a bug where finishChunkLoading() was accidentally called twice
1 parent 6de5bb1 commit c52e8d7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/HotModuleReplacementPlugin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ var hotInitCode = function() {
216216
} finally {
217217
finishChunkLoading();
218218
}
219-
finishChunkLoading();
220219
function finishChunkLoading() {
221220
hotChunksLoading--;
222221
if(hotStatus === "prepare") {

0 commit comments

Comments
 (0)