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

fix: handle null return value from CaptionParser.parse #890

Merged
merged 2 commits into from
Jul 6, 2020

Conversation

brandonocasey
Copy link
Contributor

CaptionParser can return null during parse, we used to handle this case but I broke it when we switched to the web worker caption parser in #863 . This pull request adds a test that will fail before the change and pass afterward.

@brandonocasey brandonocasey changed the title failing test fix: handle null return value from CaptionParser.parse Jul 6, 2020
@gkatsev gkatsev added this to the 2.1 milestone Jul 6, 2020
@gkatsev gkatsev merged commit 7b8fff2 into main Jul 6, 2020
@gkatsev gkatsev deleted the fix/caption-parser-null branch July 6, 2020 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants