Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions jstorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,10 @@
_storage_elm.save('jStorage');
}
_storage_size = _storage_service.jStorage ? String(_storage_service.jStorage).length : 0;
} catch (E7) { /* probably cache is full, nothing is saved this way*/ }
} catch (E7) {
/* probably cache is full, nothing is saved this way*/
console.log("jStorage: Cache is full!");
}
}

/**
Expand Down Expand Up @@ -993,4 +996,4 @@
// Initialize jStorage
_init();

})();
})();