mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 00:32:42 +01:00
Minor, sort out a change request which was lost in the melee.
This commit is contained in:
parent
a1f3233481
commit
a74bfe5167
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ try {
|
||||||
));
|
));
|
||||||
|
|
||||||
if ($rethrow) {
|
if ($rethrow) {
|
||||||
throw $ex;
|
throw $rethrow;
|
||||||
}
|
}
|
||||||
} catch (Exception $ex) {
|
} catch (Exception $ex) {
|
||||||
fwrite(STDERR, "phabricator-ssh-exec: ".$ex->getMessage()."\n");
|
fwrite(STDERR, "phabricator-ssh-exec: ".$ex->getMessage()."\n");
|
||||||
|
|
Loading…
Reference in a new issue