Remove debug comment
This commit is contained in:
parent
cd06f99e9f
commit
f5bd8872c5
@ -33,7 +33,6 @@ module Uh
|
|||||||
output = -> { @process.stdout + @process.stderr }
|
output = -> { @process.stdout + @process.stderr }
|
||||||
timeout_until do
|
timeout_until do
|
||||||
case message
|
case message
|
||||||
#when Regexp then output.call.scan(message).size >= times
|
|
||||||
when Regexp then (value = output.call.scan(message)).size >= times
|
when Regexp then (value = output.call.scan(message)).size >= times
|
||||||
when String then output.call.include? message
|
when String then output.call.include? message
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user