Add newlines to spring.rb

This commit is contained in:
Daniel Schädler 2022-05-20 09:28:32 +02:00
parent 3282d2d29e
commit 3c038ee9c9
Signed by: Malaber
GPG Key ID: 4BB175A9617E4B11
1 changed files with 2 additions and 1 deletions

View File

@ -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
end