add logs
This commit is contained in:
parent
b0967e0628
commit
28125773c8
1 changed files with 3 additions and 0 deletions
|
|
@ -102,6 +102,9 @@ angular.module('copayApp.services')
|
|||
// url = 'ms-appdata:///local/';
|
||||
window.resolveLocalFileSystemURL(url, function(dir) {
|
||||
return cb(null, dir);
|
||||
}, function(err) {
|
||||
$log.warn(err);
|
||||
return cb(err || 'Could not resolve filesystem:' + url);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue