update deps (MisskeyIO#770)

This commit is contained in:
あわわわとーにゅ 2024-10-21 10:53:59 +09:00 committed by GitHub
parent e51b237c59
commit bfc87ab415
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 3734 additions and 4986 deletions

View file

@ -266,10 +266,7 @@ export class FileInfoService {
}
private async *asyncIterateFrames(cwd: string, command: FFmpeg.FfmpegCommand): AsyncGenerator<string, void> {
const watcher = new FSWatcher({
cwd,
disableGlobbing: true,
});
const watcher = new FSWatcher({ cwd });
let finished = false;
command.once('end', () => {
finished = true;