diff --git a/lib/tasks/exec_command.rake b/lib/tasks/exec_command.rake index 24e0f79..7b298ce 100644 --- a/lib/tasks/exec_command.rake +++ b/lib/tasks/exec_command.rake @@ -269,11 +269,11 @@ namespace :exec_commands do if first_output if outputs.count != 0 outputs[-1] += first_output - @remove_last_line = false - outputs[-1] = outputs[-1].sub(/(.+)\r(.+)/) do |s| - @remove_last_line = true - first_output = $2 - end + # @remove_last_line = false + # outputs[-1] = outputs[-1].sub(/(.+)\r(.+)/) do |s| + # @remove_last_line = true + # first_output = $2 + # end else outputs << first_output end