Page MenuHomePhabricator
Paste P2111

(An Untitled Masterwork)
ActivePublic

Authored by joshuaspence on Dec 13 2018, 12:24 AM.
Tags
None
Referenced Files
F6061767:
Dec 13 2018, 12:36 AM
F6061759:
Dec 13 2018, 12:25 AM
F6061758:
Dec 13 2018, 12:24 AM
Subscribers
None
From 45abfe2f5a2960bdf3751c5523ef3fc8f62d9f5b Mon Sep 17 00:00:00 2001
From: Joshua Spence <josh@freelancer.com>
Date: Thu, 13 Dec 2018 11:29:39 +1100
Subject: [PATCH] Temp
---
src/aphront/configuration/AphrontApplicationConfiguration.php | 1 +
1 file changed, 1 insertion(+)
diff --git src/aphront/configuration/AphrontApplicationConfiguration.php src/aphront/configurati
index 60b12557c..9c07cd736 100644
--- src/aphront/configuration/AphrontApplicationConfiguration.php
+++ src/aphront/configuration/AphrontApplicationConfiguration.php
@@ -95,6 +95,7 @@ abstract class AphrontApplicationConfiguration extends Phobject {
$database_exception,
true);
$response = PhabricatorSetupCheck::newIssueResponse($issue);
+ phlog($issue->getMessage());
return self::writeResponse($sink, $response);
}
--
2.19.2