Skip to content

Commit a74bfe5

Browse files
author
epriestley
committedDec 6, 2013
Minor, sort out a change request which was lost in the melee.
1 parent a1f3233 commit a74bfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/ssh/ssh-exec.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
));
136136

137137
if ($rethrow) {
138-
throw $ex;
138+
throw $rethrow;
139139
}
140140
} catch (Exception $ex) {
141141
fwrite(STDERR, "phabricator-ssh-exec: ".$ex->getMessage()."\n");

0 commit comments

Comments
 (0)
Failed to load comments.