Show the error too
This is getting annoying
This commit is contained in:
parent
4d14da35a4
commit
9bb66e57ae
|
@ -44,7 +44,7 @@ export function getCurrentInstance() {
|
|||
return (currentInstance = instances[instance]);
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
alert('Failed to load instance configuration. Please try again.');
|
||||
alert(`Failed to load instance configuration. Please try again.\n\n${e}`);
|
||||
// Temporary fix for corrupted data
|
||||
store.local.del('instances');
|
||||
location.reload();
|
||||
|
|
Loading…
Reference in a new issue