add error event
This commit is contained in:
parent
3d6820eb95
commit
66cea8df9d
1 changed files with 5 additions and 0 deletions
|
|
@ -333,6 +333,11 @@ angular.module('copayApp.services')
|
||||||
}, 100);
|
}, 100);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
push.on('error', function(e) {
|
||||||
|
$log.error(e.message);
|
||||||
|
});
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
root.loadAndBindProfile = function(cb) {
|
root.loadAndBindProfile = function(cb) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue