Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15413659
D13015.id31388.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
533 B
Referenced Files
None
Subscribers
None
D13015.id31388.diff
View Options
diff --git a/src/workflow/ArcanistDiffWorkflow.php b/src/workflow/ArcanistDiffWorkflow.php
--- a/src/workflow/ArcanistDiffWorkflow.php
+++ b/src/workflow/ArcanistDiffWorkflow.php
@@ -1724,11 +1724,7 @@
}
} catch (Exception $ex) {
if ($wrote) {
- echo phutil_console_wrap(
- "%s\n",
- pht(
- '(Message saved to %s.)',
- $where));
+ echo phutil_console_wrap(pht('(Message saved to %s.)', $where)."\n");
}
throw $ex;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 20, 8:22 PM (1 d, 14 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7224116
Default Alt Text
D13015.id31388.diff (533 B)
Attached To
Mode
D13015: Fix invalid parameter in phutil_console_wrap()
Attached
Detach File
Event Timeline
Log In to Comment