Fail smarter with better error handling

This should give more insights in case of an error during loading data
from Ethereum and IPFS.
This commit is contained in:
2018-04-15 16:45:09 +02:00
parent 5d875d23e2
commit e1f19a1832
3 changed files with 37 additions and 11 deletions
+2
View File
@@ -13,6 +13,8 @@ export default Route.extend({
transition.retry();
}
}
}).catch((error) => {
console.log('Error initializing Kredits', error);
});
},
});