Page MenuHomePhabricator

D11518.id.diff
No OneTemporary

D11518.id.diff

diff --git a/src/parser/xhpast/bin/xhpast_parse.php b/src/parser/xhpast/bin/xhpast_parse.php
--- a/src/parser/xhpast/bin/xhpast_parse.php
+++ b/src/parser/xhpast/bin/xhpast_parse.php
@@ -35,8 +35,8 @@
// Try to build XHPAST automatically. If we can't then just ask the user
// to build it themselves.
xhpast_build();
- } catch (CommandException $e) {
- throw new Exception(xhpast_get_build_instructions());
+ } catch (CommandException $ex) {
+ throw new PhutilProxyException(xhpast_get_build_instructions(), $ex);
}
}
$future = new ExecFuture('%s', xhpast_get_binary_path());

File Metadata

Mime Type
text/plain
Expires
Wed, Mar 26, 9:03 AM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7707604
Default Alt Text
D11518.id.diff (625 B)

Event Timeline