Page MenuHomePhabricator

D9050.id21491.diff
No OneTemporary

D9050.id21491.diff

diff --git a/src/workflow/ArcanistCallConduitWorkflow.php b/src/workflow/ArcanistCallConduitWorkflow.php
--- a/src/workflow/ArcanistCallConduitWorkflow.php
+++ b/src/workflow/ArcanistCallConduitWorkflow.php
@@ -62,6 +62,8 @@
}
$method = reset($method);
+ $console = PhutilConsole::getConsole();
+ $console->writeOut("%s\n", pht('Waiting for JSON parameters on stdin...'));
$params = @file_get_contents('php://stdin');
$params = json_decode($params, true);
if (!is_array($params)) {

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 29, 4:48 PM (6 h, 3 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6806072
Default Alt Text
D9050.id21491.diff (516 B)

Event Timeline