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
1 parent 086410d commit 3d21c63Copy full SHA for 3d21c63
script/core/diagnostics/count-down-loop.lua
@@ -18,7 +18,7 @@ return function (uri, callback)
18
if minNumber and maxNumber and minNumber <= maxNumber then
19
return
20
end
21
- if not minNumber and maxNumber > 1 then
+ if not minNumber and maxNumber ~= 1 then
22
23
24
if not source.step then
0 commit comments