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 short link crash #750

Merged
merged 2 commits into from
Jan 15, 2018
Merged

Conversation

omer88
Copy link
Contributor

@omer88 omer88 commented Jan 12, 2018

Relates to #717
There was a missing else in the short dynamic link creation of the ios native module, which in case of error, caused to resolve to be called after reject.
Regarding try/catch in the javascript module: they are essential since the are thrown exceptions from the input validation functions.

@chrisbianca chrisbianca merged commit d739284 into invertase:master Jan 15, 2018
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.

2 participants