mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 19:08:04 +01:00
Use window.log in browser context, turn on console eslint rule
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
localStorage.removeItem(e.data.key);
|
||||
break;
|
||||
case 'done':
|
||||
console.log(e.data.keys);
|
||||
console.error(e.data.keys);
|
||||
}
|
||||
};
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user