Skip to content

Commit 370ab23

Browse files
committed
⚠️ instance variable @pid not initialized
1 parent 3f80926 commit 370ab23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/spring/application_manager.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ def initialize(app_env, spring_env)
77
@spring_env = spring_env
88
@mutex = Mutex.new
99
@state = :running
10+
@pid = nil
1011
end
1112

1213
def log(message)

0 commit comments

Comments
 (0)