Skip to content

Commit 8e340a9

Browse files
committed
make debug verbose by default
1 parent 1dd757f commit 8e340a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ func main_debug(args []string) {
115115
os.Exit(1)
116116
}
117117

118+
verbose = true
119+
118120
type Command struct {
119121
command string
120122
background bool

0 commit comments

Comments
 (0)