Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
CalamarBicefalo committed Jun 23, 2023
1 parent d1ca361 commit 7c4289d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/sync/clone-and-analyze.ts
Expand Up @@ -63,7 +63,7 @@ export async function cloneAndAnalyze(
);

try {
fs.rmSync(repoPath, { recursive: true, maxRetries: 3, force: true});
fs.rmSync(repoPath, { recursive: true, maxRetries: 3, force: true });
} catch (error) {
debug(`Failed to delete ${repoPath}. Error was ${error}.`);
}
Expand Down

0 comments on commit 7c4289d

Please sign in to comment.