Fixed file not found
This commit is contained in:
parent
c54cb79bfb
commit
d85079c108
1 changed files with 1 additions and 1 deletions
2
funi.js
2
funi.js
|
|
@ -737,7 +737,7 @@ async function downloadStreams(){
|
|||
return;
|
||||
|
||||
audioAndVideo.concat(puraudio).concat(purvideo).forEach(a => fs.unlinkSync(a.path))
|
||||
stDlPath.forEach(file => fs.unlinkSync(subObject.file))
|
||||
stDlPath.forEach(subObject => fs.unlinkSync(subObject.file))
|
||||
console.log('\n[INFO] Done!\n');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue