Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
swarit-pandey committed Sep 9, 2024
1 parent 67b8940 commit 1d7a034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/post/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ async function run(): Promise<void> {
// Increase wait time and add file system sync
await new Promise((resolve) => setTimeout(resolve, 15000));
fs.readdirSync(getOutputDir()); // Force a file system sync

// List contents of current working directory
const currentDir = process.cwd();
log(`Current working directory: ${currentDir}`);
Expand Down

0 comments on commit 1d7a034

Please sign in to comment.