Run lint & fmt
This commit is contained in:
parent
c7c96b787a
commit
9349afc00f
7 changed files with 73 additions and 47 deletions
|
|
@ -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}`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue