mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-28 17:52:42 +01:00
Fix a variable usage
Summary: This stopped being available in scope when I refactored this recentlyish. Test Plan: Got error, saw useful message. Reviewed By: jungejason Reviewers: mgummelt, jungejason, tuomaspelkonen, aran CC: aran, epriestley, jungejason Differential Revision: 787
This commit is contained in:
parent
344fbb8d35
commit
40b445b387
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ class ArcanistBaseWorkflow {
|
||||||
} catch (ConduitClientException $ex) {
|
} catch (ConduitClientException $ex) {
|
||||||
if ($ex->getErrorCode() == 'ERR-NO-CERTIFICATE' ||
|
if ($ex->getErrorCode() == 'ERR-NO-CERTIFICATE' ||
|
||||||
$ex->getErrorCode() == 'ERR-INVALID-USER') {
|
$ex->getErrorCode() == 'ERR-INVALID-USER') {
|
||||||
|
$conduit_uri = $this->conduitURI;
|
||||||
$message =
|
$message =
|
||||||
"\n".
|
"\n".
|
||||||
phutil_console_format(
|
phutil_console_format(
|
||||||
|
|
Loading…
Reference in a new issue