1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-08 16:02:39 +01:00

Remove errant in arcanist.php

Summary: This causes `49` to be printed out preceding the start of my next terminal line every time there is an exception thrown.

Test Plan: did not see `49` printed out when exceptions were thrown

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D14030
This commit is contained in:
Mike Riley 2015-09-01 08:46:17 -07:00 committed by epriestley
parent 6fa2de5ff8
commit de7a999ce9

View file

@ -422,7 +422,7 @@ try {
}
}
echo fwrite(STDERR, phutil_console_format(
fwrite(STDERR, phutil_console_format(
"(%s)\n",
pht('Run with `%s` for a full exception trace.', '--trace')));
}