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:
parent
b297e8d430
commit
70f309b026
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue