Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error messaging lost if course is not yet loaded #300

Closed
danielghost opened this issue Dec 1, 2023 · 1 comment · Fixed by #301
Closed

Error messaging lost if course is not yet loaded #300

danielghost opened this issue Dec 1, 2023 · 1 comment · Fixed by #301
Assignees

Comments

@danielghost
Copy link
Contributor

If an error occurs before Adapt.course has loaded, the error message will be lost. Instead of returning early as per the changes in cb3d93f, the error handling should be delayed by adding:

if (!Data.isReady) await Data.whenReady();
Copy link

github-actions bot commented Dec 6, 2023

🎉 This issue has been resolved in version 5.9.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant