lib/byebug/commands/interrupt.rb in byebug-11.0.1 vs lib/byebug/commands/interrupt.rb in byebug-11.1.0
- old
+ new
@@ -1,7 +1,7 @@
# frozen_string_literal: true
-require "byebug/command"
+require_relative "../command"
module Byebug
#
# Interrupting execution of current thread.
#