Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Fix deprecation notice in hhast-inspect
Browse files Browse the repository at this point in the history
Will leave .hackifying this for 4.1 as it potentially breaks people
using `hhvm vendor/bin/hhast-foo`.
  • Loading branch information
fredemmott committed Feb 15, 2019
1 parent 57ef8fa commit 677d049
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/hhast-inspect
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ if (!$found_autoloader) {
exit(1);
}

InspectorCLI::main();
$result = \HH\Asio\join(InspectorCLI::runAsync());
exit($result);

0 comments on commit 677d049

Please sign in to comment.