Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add hex status report for more clarity
  • Loading branch information
lizmat committed Jun 30, 2015
1 parent 7b5256b commit b2d6d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Proc.pm
Expand Up @@ -144,7 +144,7 @@ sub QX($cmd) {
nqp::null(), $pio, nqp::null(),
nqp::const::PIPE_INHERIT_IN + nqp::const::PIPE_CAPTURE_OUT + nqp::const::PIPE_INHERIT_ERR
);
fail "Unable to execute '$cmd'" if $status;
fail "Unable to execute '$cmd' ($status.fmt('%x'))" if $status;
my $result = nqp::p6box_s(nqp::readallfh($pio));
nqp::closefh($pio);
$result;
Expand Down

0 comments on commit b2d6d02

Please sign in to comment.