Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14116851
D9050.id21491.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
516 B
Referenced Files
None
Subscribers
None
D9050.id21491.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D9050: Print out a "waiting on stdin" message from 'arc call-conduit'
Attached
Detach File
Event Timeline
Log In to Comment