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

Minor, sort out a change request which was lost in the melee.

This commit is contained in:
epriestley 2013-12-05 17:37:04 -08:00
parent a1f3233481
commit a74bfe5167

View file

@ -135,7 +135,7 @@ try {
));
if ($rethrow) {
throw $ex;
throw $rethrow;
}
} catch (Exception $ex) {
fwrite(STDERR, "phabricator-ssh-exec: ".$ex->getMessage()."\n");