Skip to content

Commit 2552b63

Browse files
committed
Minor timeout fix
1 parent 221c86e commit 2552b63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flags.go

+4
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,8 @@ func parseFags() {
102102

103103
os.Exit(1)
104104
}
105+
106+
if *enableTUI {
107+
*timeout = 0
108+
}
105109
}

0 commit comments

Comments
 (0)