Page MenuHomePhabricator

D11567.id27826.diff
No OneTemporary

D11567.id27826.diff

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

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)

Event Timeline