Add error callback to getFile() call (#4092)
This commit is contained in:
parent
508697c705
commit
ade2508b1b
1 changed files with 2 additions and 2 deletions
|
|
@ -116,8 +116,8 @@ angular.module('copayApp.services')
|
|||
fileEntry.remove(function() {
|
||||
console.log('File removed.');
|
||||
return cb();
|
||||
}, cb, cb);
|
||||
});
|
||||
}, cb);
|
||||
}, cb);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue