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

Add track function to track error #34

Merged
merged 1 commit into from Nov 14, 2016
Merged

Add track function to track error #34

merged 1 commit into from Nov 14, 2016

Conversation

onmyway133
Copy link
Contributor

@onmyway133 onmyway133 commented Nov 13, 2016

This could be useful in case we want to track a loading failure. Then we can use it like

Configuration.track = { (url, error) in
   print(url)
   print(error as? NSError)
}

@mention-bot
Copy link

@onmyway133, thanks for your PR! By analyzing the history of the files in this pull request, we identified @vadymmarkov, @zenangst and @RamonGilabert to be potential reviewers.

@zenangst zenangst merged commit 4ffce34 into master Nov 14, 2016
@zenangst zenangst deleted the fix/track branch November 14, 2016 05:40
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.

None yet

3 participants