Run lint & fmt

This commit is contained in:
Andras Schmelczer 2025-11-30 14:52:20 +00:00
commit 9349afc00f
7 changed files with 74 additions and 48 deletions

View file

@ -268,6 +268,7 @@ export class FileOperations {
let newName = path;
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
while (true) {
currentCount++;
newName = `${directory}${stem} (${currentCount})${extension}`;