mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Add clarifying comment
This commit is contained in:
parent
d58e47edec
commit
b97ac5106f
@ -80,6 +80,7 @@ async function loadStateFromPersistence () {
|
||||
log.error('error fetching state from local store:', err)
|
||||
}
|
||||
|
||||
// If localStore is supported but has not been written to yet, ignore:
|
||||
if (Object.keys(localData).length > 0) {
|
||||
versionedData = localData
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user