Skip to content

Commit

Permalink
refactor(output): remove comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadashy authored Nov 24, 2024
1 parent 540a0ce commit be993d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/output/outputGenerate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export const buildOutputGeneratorContext = async (
}
}

// const emptyDirPaths = config.output.includeEmptyDirectories ? (await searchFiles(rootDir, config)).emptyDirPaths : [];
let emptyDirPaths: string[] = [];
if (config.output.includeEmptyDirectories) {
try {
Expand Down

0 comments on commit be993d8

Please sign in to comment.