add console log for error alert so we can figure out what is happening
This commit is contained in:
parent
cbee81730e
commit
421f88a077
1 changed files with 1 additions and 0 deletions
|
@ -305,6 +305,7 @@ export function doLoadVideo(uri) {
|
|||
}
|
||||
})
|
||||
.catch(error => {
|
||||
console.log(error);
|
||||
dispatch({
|
||||
type: types.LOADING_VIDEO_FAILED,
|
||||
data: { uri },
|
||||
|
|
Loading…
Add table
Reference in a new issue