Changeset View
Changeset View
Standalone View
Standalone View
src/workflow/ArcanistBrowseWorkflow.php
| Show First 20 Lines • Show All 131 Lines • ▼ Show 20 Lines | foreach ($candidates as $cmd) { | ||||
| } | } | ||||
| } | } | ||||
| throw new ArcanistUsageException( | throw new ArcanistUsageException( | ||||
| pht( | pht( | ||||
| "Unable to find a browser command to run. Set 'browser' in your ". | "Unable to find a browser command to run. Set 'browser' in your ". | ||||
| "arc config to specify one.")); | "arc config to specify one.")); | ||||
| } | } | ||||
| } | } | ||||