fix(backend): follow-up of #15620
Removes unnecessary arg `disableGlobbing` from chokidar FSWatcher, as it is no longer supports globging
This commit is contained in:
parent
d7706ef1b5
commit
bee4db82bb
@ -268,7 +268,6 @@ export class FileInfoService {
|
|||||||
private async *asyncIterateFrames(cwd: string, command: FFmpeg.FfmpegCommand): AsyncGenerator<string, void> {
|
private async *asyncIterateFrames(cwd: string, command: FFmpeg.FfmpegCommand): AsyncGenerator<string, void> {
|
||||||
const watcher = new FSWatcher({
|
const watcher = new FSWatcher({
|
||||||
cwd,
|
cwd,
|
||||||
disableGlobbing: true,
|
|
||||||
});
|
});
|
||||||
let finished = false;
|
let finished = false;
|
||||||
command.once('end', () => {
|
command.once('end', () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user