Skip to content

Commit c98dcd7

Browse files
committed
🐛 Add debug
1 parent 982ce38 commit c98dcd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/Cli/Watch.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ struct Watch: ParsableCommand {
1010
)
1111

1212
mutating func run() {
13+
StdOut.print("111")
1314
let repo = EventRepo()
15+
StdOut.print("222")
1416
let config = Loader.readConfig()
1517
StdOut.print("\(String(describing: config))")
1618
let hooks = config?.hooks ?? []

0 commit comments

Comments
 (0)