lib/pry-moves/pry_wrapper.rb in pry-moves-1.0.12 vs lib/pry-moves/pry_wrapper.rb in pry-moves-1.0.13
- old
+ new
@@ -43,10 +43,11 @@
@return_value = @pry.pry_moves_origin_start(@init_binding, @pry_start_options)
nil # Nothing thrown == no navigational command
end
ensure
+ PryMoves.trigger :after_debug, nil
PryMoves.is_open = false
Pry.config.marker = "=>"
end
def trace_command
@@ -91,6 +92,6 @@
Pry.start(binding, @pry_start_options)
end
end
end
-end
\ No newline at end of file
+end