update deps (MisskeyIO#770)
This commit is contained in:
parent
e51b237c59
commit
bfc87ab415
12 changed files with 3734 additions and 4986 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue