Skip to content
Snippets Groups Projects
Commit 0ac04f3f authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Add log message when last UD could not be retrieved

parent c35e98a5
Branches
Tags
No related merge requests found
......@@ -111,6 +111,7 @@ angular.module('cesium.currency.services', ['ngApi', 'cesium.bma.services'])
return data.currentUD;
})
.catch(function(err) {
console.error("[currency] Unable to load last block with UD, with number {0}".format(lastBlockWithUD));
data.currentUD = null;
throw err;
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment