Skip to content

Commit

Permalink
#199 / RT125758 - sink osx proc::async promise
Browse files Browse the repository at this point in the history
This closes #199
  • Loading branch information
ugexe committed Aug 19, 2015
1 parent 683e740 commit 7695acc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Panda/Common.pm
Expand Up @@ -94,6 +94,7 @@ sub run-and-gather-output(*@command) is export {
$stderr ~= $chunk;
});
my $p = $proc.start;
$p.result;
$passed = $p.result.exitcode == 0;
}
else {
Expand Down

0 comments on commit 7695acc

Please sign in to comment.