mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
an edge case
This commit is contained in:
parent
60c1c5a2bc
commit
b3c29902ac
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class LogStash::Runner
|
||||||
args = [nil] if args.empty?
|
args = [nil] if args.empty?
|
||||||
|
|
||||||
@runners = []
|
@runners = []
|
||||||
while !args.empty?
|
while args != nil && !args.empty?
|
||||||
args = run(args)
|
args = run(args)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue