1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Add clarifying comment

This commit is contained in:
Dan Finlay 2018-03-07 14:38:26 -08:00
parent d58e47edec
commit b97ac5106f

View File

@ -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
}