mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
fix: nil browsing data in case error and walkdir instead of walk (#229)
* fix: nil browsing data in case error Signed-off-by: Andrii Ursulenko <a.ursulenko@gmail.com> * fix: ignore walk error, use walkdir instead of walk --------- Signed-off-by: Andrii Ursulenko <a.ursulenko@gmail.com> Co-authored-by: Andrii Ursulenko <a.ursulenko@gmail.com>
This commit is contained in:
@@ -53,6 +53,7 @@ func Execute() {
|
||||
data, err := b.BrowsingData(isFullExport)
|
||||
if err != nil {
|
||||
log.Error(err)
|
||||
continue
|
||||
}
|
||||
data.Output(outputDir, b.Name(), outputFormat)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user