This commit is contained in:
jiangyong 2026-05-08 18:54:04 +08:00
parent ef40809f81
commit 45f1b16f6f
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ func (w *WindowsLimit) Allow() bool {
return true return true
} }
if succCmd.Val() <= w.option.Count { if succCmd.Val() < w.option.Count {
return true return true
} }
return false return false