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:
@@ -13,6 +13,8 @@ export default Route.extend({
|
||||
transition.retry();
|
||||
}
|
||||
}
|
||||
}).catch((error) => {
|
||||
console.log('Error initializing Kredits', error);
|
||||
});
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user