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 a84dcbb commit 824c1b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sphinx_js/typedoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ def typedoc_output(
print("NODE_PATH=", str(Path(typedoc).parents[3]))
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("*")])
command = Command("node")
command.add(str(Path(__file__).parent / "call_typedoc.mjs"))
command.add("--entryPointStrategy", "expand")
Expand Down

0 comments on commit 824c1b2

Please sign in to comment.