diff --git a/bin/gm1356 b/bin/gm1356 index f671616..25fac1f 100755 --- a/bin/gm1356 +++ b/bin/gm1356 @@ -41,7 +41,8 @@ device = GM1356::Device.new(options) begin device.read do |record| - puts record.to_s + print record.to_s + print "\n" end rescue Exception # rubocop:disable Lint/RescueException device.close