Skip to content

Commit 2a426ca

Browse files
authored
kochdocs: fusion needs the js backend too (#16644)
1 parent bfcb7c1 commit 2a426ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/kochdocs.nim

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ const
1515

1616
var nimExe*: string
1717

18-
template isJsOnly(file: string): bool = file.isRelativeTo("lib/js")
18+
template isJsOnly(file: string): bool =
19+
file.isRelativeTo("lib/js") or
20+
file.isRelativeTo("lib/fusion/js")
1921

2022
proc exe*(f: string): string =
2123
result = addFileExt(f, ExeExt)

0 commit comments

Comments
 (0)