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 f01f306 commit d7efa8fCopy full SHA for d7efa8f
src/LaunchDarkly/Impl/Integrations/CurlEventPublisher.php
@@ -73,6 +73,7 @@ public function publish(string $payload): bool
73
};
74
75
$args = $this->createPowershellArgs($tmpfile);
76
+ echo "@@@@@ power shell arguments are $args" . PHP_EOL;
77
$this->makePowershellRequest($args);
78
79
return true;
0 commit comments