mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Bubble up InvalidStateErrors and log them
These may be indicative of a potentially fatal lack of disk space. // FREEBIE
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
|
||||
;(function() {
|
||||
'use strict';
|
||||
window.onInvalidStateError = function(e) {
|
||||
console.log(e);
|
||||
};
|
||||
|
||||
console.log('background page reloaded');
|
||||
// register some chrome listeners
|
||||
if (chrome.notifications) {
|
||||
|
||||
Reference in New Issue
Block a user