We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f01bfe commit eb38753Copy full SHA for eb38753
rake_tasks/bazel.rb
@@ -43,7 +43,7 @@ def self.execute(kind, args, target, &block)
43
end
44
45
46
- raise "#{cmd.join(' ')} failed with exit code: #{cmd_exit_code}" if cmd_exit_code != 0
+ raise "#{cmd.join(' ')} failed with exit code: #{cmd_exit_code}\nOutput: #{cmd_out}" if cmd_exit_code != 0
47
48
block&.call(cmd_out)
49
return unless cmd_out =~ %r{\s+(bazel-bin/\S+)}
0 commit comments