mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
fix: Improve error handling in browsing data and file copying functions
- Improve error handling in browsingdata.go Recovery function - Add logging for file copy errors in chromium.go - Modify copyItemToLocal function to continue copying files on error
This commit is contained in:
@@ -41,6 +41,7 @@ func (d *Data) Recovery(masterKey []byte) error {
|
||||
for _, source := range d.sources {
|
||||
if err := source.Parse(masterKey); err != nil {
|
||||
log.Errorf("parse %s error %s", source.Name(), err.Error())
|
||||
continue
|
||||
}
|
||||
}
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user