We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5cf0d commit d171f9eCopy full SHA for d171f9e
src/PatternLab/InstallerUtil.php
@@ -583,7 +583,7 @@ protected static function removeDots($path) {
583
*/
584
protected static function packagesInstall($installerInfo, $event) {
585
586
- Console::log("print args:");
+ print "arguments:";
587
print_r($event->getArguments());
588
589
// initialize a bunch of stuff like config and console
0 commit comments