mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-06-02 19:41:36 +02:00
Merge pull request #177 from moonD4rk/fix/logbug
fix: handle error if run binary failed
This commit is contained in:
+1
-1
@@ -190,4 +190,4 @@ result/
|
|||||||
results/
|
results/
|
||||||
|
|
||||||
hack-browser-data
|
hack-browser-data
|
||||||
!/hack-browser-data
|
!/cmd/hack-browser-data
|
||||||
@@ -69,6 +69,6 @@ func Execute() {
|
|||||||
}
|
}
|
||||||
err := app.Run(os.Args)
|
err := app.Run(os.Args)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Error(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user