Skip to content

Commit

Permalink
fix markdown and plain files not displaying in outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
fridaystreet committed Oct 10, 2024
1 parent f40353b commit 5910bc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/output/outputStyles/markdownStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ This file contains {{{totalPartFiles}}} out of a total of {{{totalFiles}}} files
# Repository Files
{{#each processedFiles}}
{{#each includedFiles}}
## File: {{{this.path}}}
\`\`\`{{{getFileExtension this.path}}}
{{{this.content}}}
Expand Down
2 changes: 1 addition & 1 deletion src/core/output/outputStyles/plainStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ ${PLAIN_LONG_SEPARATOR}
Repository Files
${PLAIN_LONG_SEPARATOR}
{{#each processedFiles}}
{{#each includedFiles}}
${PLAIN_SEPARATOR}
File: {{{this.path}}}
${PLAIN_SEPARATOR}
Expand Down

0 comments on commit 5910bc2

Please sign in to comment.