added newline

This commit is contained in:
Nicolas Beck 2017-06-27 20:41:42 +02:00 committed by GitHub
parent 946736b0c9
commit ead50944f5
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ const unsubscribe = uploadTask.on('state_changed', snapshot => {
//Success
unsubscribe();
});
uploadTask.catch(err => {
//Error
unsubscribe();