lib/command.rb in wixgem-0.48.0 vs lib/command.rb in wixgem-0.49.0

- old
+ new

@@ -20,9 +20,10 @@ puts self[:command] unless(self[:quiet]) self[:output],self[:error], self[:exit_code] = Open3.capture3(self[:command]) self[:exit_code]=self[:exit_code].to_i if(self[:debug]) + puts "command: #{self[:command]}" if(self[:quiet]) puts "output: #{self[:output]}" puts "error: #{self[:error]}" puts "exit_code: #{self[:exit_code]}" end rescue Exception => e \ No newline at end of file