code cleanup (MisskeyIO#825)
This commit is contained in:
parent
029d6da7c8
commit
e7afbd140a
22 changed files with 24 additions and 25 deletions
|
@ -273,7 +273,9 @@ export class FileInfoService {
|
|||
watcher.close();
|
||||
});
|
||||
command.run();
|
||||
for (let i = 1; true; i++) { // eslint-disable-line @typescript-eslint/no-unnecessary-condition
|
||||
let i = 0;
|
||||
while (true) {
|
||||
i++;
|
||||
const current = `${i}.png`;
|
||||
const next = `${i + 1}.png`;
|
||||
const framePath = join(cwd, current);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue