We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa352f commit 1a39090Copy full SHA for 1a39090
lib/vernier/autorun.rb
@@ -58,7 +58,7 @@ def self.toggle
58
if signal = Vernier::Autorun.options[:signal]
59
STDERR.puts "to toggle profiler: kill -#{signal} #{Process.pid}"
60
trap(signal) do
61
- Vernier::Autorun.toggle
+ Thread.new { Vernier::Autorun.toggle }
62
end
63
64
0 commit comments