lib/byebug/processors/script_processor.rb in byebug-11.0.1 vs lib/byebug/processors/script_processor.rb in byebug-11.1.0
- old
+ new
@@ -1,7 +1,7 @@
# frozen_string_literal: true
-require "byebug/processors/command_processor"
+require_relative "command_processor"
module Byebug
#
# Processes commands from a file
#