We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982ce38 commit c98dcd7Copy full SHA for c98dcd7
Sources/Cli/Watch.swift
@@ -10,7 +10,9 @@ struct Watch: ParsableCommand {
10
)
11
12
mutating func run() {
13
+ StdOut.print("111")
14
let repo = EventRepo()
15
+ StdOut.print("222")
16
let config = Loader.readConfig()
17
StdOut.print("\(String(describing: config))")
18
let hooks = config?.hooks ?? []
0 commit comments