Skip to content

Commit

Permalink
🐛 Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
oschrenk committed Jan 25, 2025
1 parent 982ce38 commit c98dcd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Cli/Watch.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ struct Watch: ParsableCommand {
)

mutating func run() {
StdOut.print("111")
let repo = EventRepo()
StdOut.print("222")
let config = Loader.readConfig()
StdOut.print("\(String(describing: config))")
let hooks = config?.hooks ?? []
Expand Down

0 comments on commit c98dcd7

Please sign in to comment.