mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
fix: autosave v1.89.30
This commit is contained in:
parent
d75ac3c99d
commit
4a6ac9a7e7
4 changed files with 7 additions and 7 deletions
|
|
@ -32,13 +32,13 @@ function getValue(key) {
|
|||
|
||||
getRequest.onerror = event => {
|
||||
reject(new Error("indexedDB request error"));
|
||||
console.log(event);
|
||||
console.error(event);
|
||||
};
|
||||
};
|
||||
|
||||
request.onerror = event => {
|
||||
reject(new Error("indexedDB request error"));
|
||||
console.log(event);
|
||||
console.error(event);
|
||||
};
|
||||
});
|
||||
});
|
||||
|
|
@ -67,13 +67,13 @@ function setValue(key, value) {
|
|||
|
||||
transaction.onerror = event => {
|
||||
reject(new Error("indexedDB request error"));
|
||||
console.log(event);
|
||||
console.error(event);
|
||||
};
|
||||
};
|
||||
|
||||
request.onerror = event => {
|
||||
reject(new Error("indexedDB request error"));
|
||||
console.log(event);
|
||||
console.error(event);
|
||||
};
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue