Skip to content

Commit d4da765

Browse files
committed
more debug
1 parent 4ba749f commit d4da765

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PatternLab/InstallerUtil.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ public static function parseComposerExtraList($composerExtra, $name, $pathDist)
166166
$option = key($optionInfo);
167167
$value = $optionInfo[$option];
168168

169+
Console::writeLine($option.": ".$value);
170+
169171
// update the config option
170172
Config::updateConfigOption($option,$value);
171173

0 commit comments

Comments
 (0)