Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15319237
D13015.id.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.id.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
Fri, Mar 7, 9:01 PM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7224116
Default Alt Text
D13015.id.diff (533 B)
Attached To
Mode
D13015: Fix invalid parameter in phutil_console_wrap()
Attached
Detach File
Event Timeline
Log In to Comment