We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52d83e commit 7feb70cCopy full SHA for 7feb70c
gems/pure-ruby-tracer/lib/recorder.rb
@@ -175,7 +175,7 @@ def register_step(path, line)
175
# $stderr.write path, "\n"
176
if @debug
177
@step_count += 1
178
- $stdout.write "steps ", $STEP_COUNT, "\n" if $STEP_COUNT % 1_000 == 0
+ $stdout.write "steps ", @step_count, "\n" if @step_count % 1_000 == 0
179
end
180
181
0 commit comments