Skip to content

Commit

Permalink
No longer bubble 'error' events from a-asset-items as these interfere…
Browse files Browse the repository at this point in the history
… with Karma
  • Loading branch information
mrxz committed Jun 27, 2024
1 parent f6fe0c3 commit 5c6a001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/a-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class AAssetItem extends ANode {
xhr: xhr
});
}, function handleOnError (xhr) {
self.emit('error', {xhr: xhr});
self.emit('error', {xhr: xhr}, false);
});
}
}
Expand Down

0 comments on commit 5c6a001

Please sign in to comment.