Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethosa committed Sep 3, 2024
1 parent 8335183 commit cbd998c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/happyx_native/app/app.nim
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ macro fetchFiles*(directory: static[string]): untyped =
)
)
for file in files:
if file.endsWith(".nim"):
continue
result.add(newCall(
"[]=",
ident"_files",
Expand Down

0 comments on commit cbd998c

Please sign in to comment.