Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13973981
D12851.id31554.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
605 B
Referenced Files
None
Subscribers
None
D12851.id31554.diff
View Options
diff --git a/scripts/arcanist.php b/scripts/arcanist.php
--- a/scripts/arcanist.php
+++ b/scripts/arcanist.php
@@ -390,7 +390,6 @@
} catch (ArcanistNoEffectException $ex) {
echo $ex->getMessage()."\n";
-
} catch (Exception $ex) {
$is_usage = ($ex instanceof ArcanistUsageException);
if ($is_usage) {
@@ -413,7 +412,7 @@
fwrite(STDERR, phutil_console_format("**%s**\n", pht('Exception')));
while ($ex) {
- fwrite(STDERR, $ex->getMessage()."\n");
+ fwrite(STDERR, $ex."\n");
if ($ex instanceof PhutilProxyException) {
$ex = $ex->getPreviousException();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Oct 19 2024, 3:32 AM (4 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6730108
Default Alt Text
D12851.id31554.diff (605 B)
Attached To
Mode
D12851: Change arcanist error output
Attached
Detach File
Event Timeline
Log In to Comment