Skip to content

Commit d7efa8f

Browse files
committed
debugging
1 parent f01f306 commit d7efa8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LaunchDarkly/Impl/Integrations/CurlEventPublisher.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public function publish(string $payload): bool
7373
};
7474

7575
$args = $this->createPowershellArgs($tmpfile);
76+
echo "@@@@@ power shell arguments are $args" . PHP_EOL;
7677
$this->makePowershellRequest($args);
7778

7879
return true;

0 commit comments

Comments
 (0)