mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
parent
d5fc55b3a6
commit
d44e6e15a3
1 changed files with 2 additions and 1 deletions
|
@ -34,9 +34,10 @@ end
|
|||
|
||||
if $0 == __FILE__
|
||||
begin
|
||||
LogStash::Bundler.setup!({:without => [:build, :development]})
|
||||
LogStash::PluginManager::Main.run("bin/plugin", ARGV)
|
||||
rescue LogStash::PluginManager::Error => e
|
||||
$stderr.puts(e.message)
|
||||
exit(1)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue