This repository was archived by the owner on Aug 1, 2023. It is now read-only.
Commit 84293f5
authored
Use an (untyped) Hack script as the binary (#38)
The README.md specifies that you should run the binary using hhvm.
The binary is actually a shell script.
This causes the following error:
The previous version gave this error and did not execute anything.
Fatal error: Uncaught Error: A semicolon (';') is expected here
in /path/to/hh-apidoc/bin/hh-apidoc:2
Stack trace:
#0 {main}
I've cloned this style of binary from hhast.1 parent 2ccfcea commit 84293f5
1 file changed
+22
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments