Skip to content

Commit

Permalink
fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalpickles committed May 9, 2024
1 parent 2bc5cb2 commit b97237d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/singed.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def profile(label = "flamegraph", profiler: nil, open: true, announce_io: $stdou
profiler_klass = profiler_klass(profiler)
fg = profiler_klass.new(
label: label,
announce_io: io,
announce_io: announce_io,
**profiler_options
)

Expand Down

0 comments on commit b97237d

Please sign in to comment.