1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

puma/launcher: Fixed typo (#1429)

I noted this while trying to apply suggestions from #1363.
This commit is contained in:
Per Lundberg 2017-10-09 19:19:22 +03:00 committed by Nate Berkopec
parent b297e8d430
commit 70f309b026

View file

@ -40,7 +40,7 @@ module Puma
# [200, {}, ["hello world"]]
# end
# end
# Puma::Launcher.new(conf, argv: Puma::Events.stdio).run
# Puma::Launcher.new(conf, events: Puma::Events.stdio).run
def initialize(conf, launcher_args={})
@runner = nil
@events = launcher_args[:events] || Events::DEFAULT