Skip to content

Commit

Permalink
revert unlucky variable removal
Browse files Browse the repository at this point in the history
  • Loading branch information
valich committed Dec 4, 2017
1 parent fca6ea4 commit 58985e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby-debug-ide/xml_printer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def exec_with_allocation_control(value, exec_method, overflow_message_type)
require 'objspace'
trace_queue = Queue.new

DebugThread.start do
inspect_thread = DebugThread.start do
start_alloc_size = ObjectSpace.memsize_of_all
start_time = Time.now.to_f

Expand Down

0 comments on commit 58985e5

Please sign in to comment.