Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Apr 23, 2024
1 parent 824c1b2 commit bd531b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_js/typedoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def typedoc_output(
print([x.name for x in Path(typedoc).parents[3].glob("*")])
print([x.name for x in Path(typedoc).parents[2].glob("*")])
print([x.name for x in Path(typedoc).parents[1].glob("*")])
print([x.name for x in Path(typedoc).glob("*")])
print([x.name for x in Path(typedoc).parents[0].glob("*")])
command = Command("node")
command.add(str(Path(__file__).parent / "call_typedoc.mjs"))
command.add("--entryPointStrategy", "expand")
Expand Down

0 comments on commit bd531b8

Please sign in to comment.