Skip to content

Commit

Permalink
Fix typo in hmr runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Nov 25, 2024
1 parent bc43a4d commit 3158de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtimes/hmr/src/loaders/hmr-runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ function hmrAccept(bundle /*: ParcelRequire */, id /*: string */) {
}
});

if (assetsToAccept.length) {
if (assetsToAlsoAccept.length) {
let handled = assetsToAlsoAccept.every(function (a) {
return hmrAcceptCheck(a[0], a[1]);
});
Expand Down

0 comments on commit 3158de5

Please sign in to comment.