mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Stop trying to version-check libphutil in "Config"
Summary: Ref T13395. No library with this name loads any more, so we can't version check it. (Ideally, the version check stuff would be more graceful when it fails now, since it's required to load "Config" after I moved it off a separate page.) Test Plan: Loaded "Config". Maniphest Tasks: T13395 Differential Revision: https://secure.phabricator.com/D20995
This commit is contained in:
parent
356d9e8e19
commit
4790a3d94b
1 changed files with 0 additions and 1 deletions
|
@ -140,7 +140,6 @@ final class PhabricatorConfigConsoleController
|
|||
$specs = array(
|
||||
'phabricator',
|
||||
'arcanist',
|
||||
'phutil',
|
||||
);
|
||||
|
||||
$all_libraries = PhutilBootloader::getInstance()->getAllLibraries();
|
||||
|
|
Loading…
Reference in a new issue