core
core copied to clipboard
fix(runtime): provide error message when remote entry init fails
Description
Provide error message if remoteEntry inner methods fail
Related Issue
https://github.com/module-federation/core/issues/2737
Types of changes
- [ ] Docs change / refactoring / dependency upgrade
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
Checklist
- [ ] I have added tests to cover my changes.
- [x] All new and existing tests passed.
- [ ] I have updated the documentation.