feat: add cli options

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2022-04-12 18:23:02 +08:00
parent 62b8ebd387
commit 9cd2f61f1b
5 changed files with 70 additions and 120 deletions
+3 -1
View File
@@ -58,7 +58,9 @@ func (c *ChromiumCookie) Parse(masterKey []byte) error {
} else {
value, err = decrypter.ChromePass(masterKey, encryptValue)
}
log.Error(err)
if err != nil {
log.Error(err)
}
}
cookie.Value = string(value)
*c = append(*c, cookie)