mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -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?
|
||||
|
||||
@runners = []
|
||||
while !args.empty?
|
||||
while args != nil && !args.empty?
|
||||
args = run(args)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue