Skip to content

Commit

Permalink
bugsFixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Javadyakuza committed Aug 9, 2023
1 parent 78449f4 commit 071618c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export async function main(
await fs.writeFile(outputFile, contents);
}

await fs.rm(path.resolve(config.root, config.astOutputDir), {
recursive: true,
});
// await fs.rm(path.resolve(config.root, config.astOutputDir), {
// recursive: true,
// });
}

0 comments on commit 071618c

Please sign in to comment.