Skip to content

Commit d171f9e

Browse files
committed
adding event and trying to read the arguments
1 parent be5cf0d commit d171f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PatternLab/InstallerUtil.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ protected static function removeDots($path) {
583583
*/
584584
protected static function packagesInstall($installerInfo, $event) {
585585

586-
Console::log("print args:");
586+
print "arguments:";
587587
print_r($event->getArguments());
588588

589589
// initialize a bunch of stuff like config and console

0 commit comments

Comments
 (0)