mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Define @notify in Server#initialize
Eliminate `instance variable @notify not initialized` warnings
This commit is contained in:
parent
613ac8e803
commit
0c25b37bf5
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ module Puma
|
||||||
@app = app
|
@app = app
|
||||||
@events = events
|
@events = events
|
||||||
|
|
||||||
|
@check, @notify = nil
|
||||||
@status = :stop
|
@status = :stop
|
||||||
|
|
||||||
@min_threads = 0
|
@min_threads = 0
|
||||||
|
|
Loading…
Reference in a new issue