Differential D19463 Diff 46556 src/applications/aphlict/management/PhabricatorAphlictManagementWorkflow.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/aphlict/management/PhabricatorAphlictManagementWorkflow.php
| Show First 20 Lines • Show All 211 Lines • ▼ Show 20 Lines | foreach ($logs as $index => $log) { | ||||
| } | } | ||||
| } catch (FilesystemException $ex) { | } catch (FilesystemException $ex) { | ||||
| throw new PhutilArgumentUsageException( | throw new PhutilArgumentUsageException( | ||||
| pht( | pht( | ||||
| 'Failed to create directory "%s" for specified log file (with '. | 'Failed to create directory "%s" for specified log file (with '. | ||||
| 'index "%s"). You should manually create this directory or '. | 'index "%s"). You should manually create this directory or '. | ||||
| 'choose a different logfile location. %s', | 'choose a different logfile location. %s', | ||||
| $dir, | $dir, | ||||
| $index, | |||||
| $ex->getMessage())); | $ex->getMessage())); | ||||
| } | } | ||||
| } | } | ||||
| $peer_map = array(); | $peer_map = array(); | ||||
| $cluster = idx($data, 'cluster', array()); | $cluster = idx($data, 'cluster', array()); | ||||
| foreach ($cluster as $index => $peer) { | foreach ($cluster as $index => $peer) { | ||||
| ▲ Show 20 Lines • Show All 344 Lines • Show Last 20 Lines | |||||