We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43bc3bc commit 831dc5dCopy full SHA for 831dc5d
1 file changed
bundle.js
@@ -98,7 +98,7 @@ function extractVaultFromFile(data) {
98
{
99
// attempt 5: chromium 0000056.log on MacOS
100
// This variant is very similar to attempt 4 but there is the addition of a new metadata field, keyringsMetadata, in the vault.
101
- var _matches3 = data.match(/"KeyringController":\{.*?"vault":"({.*})"},/);
+ var _matches3 = data.match(/"KeyringController":(\{.*?"vault":".*?=\\"\}"\})/);
102
if (_matches3 && _matches3.length) {
103
try {
104
var _keyringControllerStateFragment = _matches3[1];
0 commit comments