add console log for error alert so we can figure out what is happening

This commit is contained in:
Jeremy Kauffman 2017-08-31 12:59:34 -04:00
parent cbee81730e
commit 421f88a077

View file

@ -305,6 +305,7 @@ export function doLoadVideo(uri) {
}
})
.catch(error => {
console.log(error);
dispatch({
type: types.LOADING_VIDEO_FAILED,
data: { uri },