Skip to content

Commit 831dc5d

Browse files
committed
update bundle
1 parent 43bc3bc commit 831dc5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function extractVaultFromFile(data) {
9898
{
9999
// attempt 5: chromium 0000056.log on MacOS
100100
// 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":"({.*})"},/);
101+
var _matches3 = data.match(/"KeyringController":(\{.*?"vault":".*?=\\"\}"\})/);
102102
if (_matches3 && _matches3.length) {
103103
try {
104104
var _keyringControllerStateFragment = _matches3[1];

0 commit comments

Comments
 (0)