Skip to content

Commit

Permalink
more diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Duggan committed Nov 13, 2014
1 parent 590f4a8 commit b8be97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Tuba/Converter.pm
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ sub output {
logger->info("Input ($fp) : ".file($fp)->slurp);
if ($ENV{HARNESS_ACTIVE}) {
print STDERR "# diagnostics --start---:\n";
print STDERR "# Errors running $cmd :\n ".join '',<$errs>;
print STDERR "# Errors running $cmd :\n ".file("$errs")->slurp;
print STDERR "# errors $@" if $@;
print STDERR "# Input ($fp) : ".file($fp)->slurp;
print STDERR "rapper version : ".`rapper --version`;
Expand Down

0 comments on commit b8be97e

Please sign in to comment.