fix: remove mbtree files (#2620)
This commit is contained in:
parent
74c2f446e9
commit
5702442783
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ export class MediaRepository implements IMediaRepository {
|
|||
.output(output)
|
||||
.on('error', reject)
|
||||
.on('end', () => fs.unlink(`${output}-0.log`))
|
||||
.on('end', () => fs.rm(`${output}-0.log.mbtree`, { force: true }))
|
||||
.on('end', resolve)
|
||||
.run();
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue