Skip to content

Commit

Permalink
feat: added some logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxx committed Apr 11, 2023
1 parent 04d0a8d commit 2ff105e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ func main() {
fmt.Println("execute ffmepg command flags")
res, err := command.Output()
if err != nil {
fmt.Println("[args] -> " + args)
fmt.Printf("issue -> %s %v", string(res), err.Error())
return
}
Expand Down

0 comments on commit 2ff105e

Please sign in to comment.