Skip to content

Commit

Permalink
Debug appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Oct 4, 2019
1 parent 9fb89ee commit 5040359
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Composer/GrumPHPPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,9 @@ private function detectGrumphpExecutable(): ?string
$binDir = $config->get('bin-dir');
$suffixes = ['.phar', '', '.bat'];


var_dump(getcwd(), $binDir, scandir($binDir));exit;

return array_reduce(
$suffixes,
function (?string $carry, string $suffix) use ($binDir): ?string {
Expand Down

0 comments on commit 5040359

Please sign in to comment.