Skip to content

Commit

Permalink
add debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGong2013 committed Mar 8, 2023
1 parent bca9913 commit 9eb8f07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/check_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,13 @@ func runCheck(cmd *cobra.Command, args []string) {
}

curls, browsers, plugins, err := InitPublishers(sc, !refreshCookie)

if err != nil {
fatalErr(err.Error())
}

fmt.Printf("curls(%d), browsers(%d), plugins(%d)\n", len(curls), len(browsers), len(plugins))

t := table.NewWriter()
t.SetOutputMirror(os.Stdout)
t.SetAutoIndex(true)
Expand Down

0 comments on commit 9eb8f07

Please sign in to comment.