Skip to content

Commit 3c6a29d

Browse files
committed
seeing if i can dump env
1 parent baabf87 commit 3c6a29d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PatternLab/Console.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ public static function promptInput($prompt = "", $options = "", $default = "", $
554554
$prompt .= " <nophpeol>";
555555

556556
// make sure we're not running in no interaction mode. if so just use the default for the input
557+
print_r($_ENV);
557558
if ((isset($_ENV['COMPOSER_NO_INTERACTION']) && $_ENV['COMPOSER_NO_INTERACTION'])) {
558559
$input = $default;
559560
} else {

0 commit comments

Comments
 (0)