mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-27 12:03:52 +00:00
Clean up comment
This commit is contained in:
parent
b34d90e998
commit
8253093a2b
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export async function bindToIndexedDB(webamp, clearState, useState) {
|
|||
try {
|
||||
previousSerializedState = await localStore.get(LOCAL_STORAGE_KEY);
|
||||
} catch (e) {
|
||||
console.error("Failed to load the saves state from IndexedDB", e);
|
||||
console.error("Failed to load the saved state from IndexedDB", e);
|
||||
}
|
||||
|
||||
if (previousSerializedState != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue