lib/modules/input/style/console.rb in aio_elin-1.0.3 vs lib/modules/input/style/console.rb in aio_elin-1.0.4

- old
+ new

@@ -195,10 +195,9 @@ def parse_file(file) fo = File.open(file, "r+", :encoding => "utf-8") fo.each_line do |line| begin - debugger if line =~ /more off/ line = Aio::Base::Toolkit::String.safe(line) line = line.strip rescue => e print_error line + " : " + e.message end