Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15353696
D11567.id27826.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
802 B
Referenced Files
None
Subscribers
None
D11567.id27826.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
@@ -56,7 +56,7 @@
$method = $this->getArgument('method', array());
if (count($method) !== 1) {
throw new ArcanistUsageException(
- 'Provide exactly one Conduit method name.');
+ pht('Provide exactly one Conduit method name.'));
}
$method = reset($method);
@@ -70,7 +70,7 @@
$params = json_decode($params, true);
if (!is_array($params)) {
throw new ArcanistUsageException(
- 'Provide method parameters on stdin as a JSON blob.');
+ pht('Provide method parameters on stdin as a JSON blob.'));
}
$error = null;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 11 2025, 11:49 PM (6 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7312677
Default Alt Text
D11567.id27826.diff (802 B)
Attached To
Mode
D11567: Minor tidying of `ArcanistCallConduitWorkflow`
Attached
Detach File
Event Timeline
Log In to Comment