Changeset View
Changeset View
Standalone View
Standalone View
scripts/arcanist.php
| Show First 20 Lines • Show All 416 Lines • ▼ Show 20 Lines | while ($ex) { | ||||
| if ($ex instanceof PhutilProxyException) { | if ($ex instanceof PhutilProxyException) { | ||||
| $ex = $ex->getPreviousException(); | $ex = $ex->getPreviousException(); | ||||
| } else { | } else { | ||||
| $ex = null; | $ex = null; | ||||
| } | } | ||||
| } | } | ||||
| echo fwrite(STDERR, phutil_console_format( | fwrite(STDERR, phutil_console_format( | ||||
| "(%s)\n", | "(%s)\n", | ||||
| pht('Run with `%s` for a full exception trace.', '--trace'))); | pht('Run with `%s` for a full exception trace.', '--trace'))); | ||||
| } | } | ||||
| exit(1); | exit(1); | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 210 Lines • Show Last 20 Lines | |||||