kopia lustrzana https://github.com/cheeaun/phanpy
rodzic
4d14da35a4
commit
9bb66e57ae
|
@ -44,7 +44,7 @@ export function getCurrentInstance() {
|
||||||
return (currentInstance = instances[instance]);
|
return (currentInstance = instances[instance]);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(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
|
// Temporary fix for corrupted data
|
||||||
store.local.del('instances');
|
store.local.del('instances');
|
||||||
location.reload();
|
location.reload();
|
||||||
|
|
Ładowanie…
Reference in New Issue