Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

fix(mock/zone.dart): microLeap assertion that _asyncErrors.isEmpty #1740

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

kendalharland
Copy link

Remove useless assert(_asyncErrors.isEmpty) from microLeap.

  • asynchronous errors no longer fail to re-throw when running in checked mode.

Closes #1739

Running in checked mode, `assert(_asyncErrors.isEmpty)` fails and doesn't re-throw the errors the developer needs to see. Removed this assertion
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

3 participants