From 3c038ee9c981e53d60a833b7cae043d5074dba71 Mon Sep 17 00:00:00 2001 From: Malaber Date: Fri, 20 May 2022 09:28:32 +0200 Subject: [PATCH] Add newlines to spring.rb --- config/spring.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/spring.rb b/config/spring.rb index dfdb44f..2be7406 100644 --- a/config/spring.rb +++ b/config/spring.rb @@ -6,6 +6,7 @@ tmp/restart.txt tmp/caching-dev.txt ].each { |path| Spring.watch(path) } + Spring.after_fork do if ENV['DEBUGGER_STORED_RUBYLIB'] ENV['DEBUGGER_STORED_RUBYLIB'].split(File::PATH_SEPARATOR).each do |path| @@ -13,4 +14,4 @@ Spring.after_fork do load path + '/ruby-debug-ide/multiprocess/starter.rb' end end -end \ No newline at end of file +end