Test
This commit is contained in:
parent
345d84c461
commit
c9c11439aa
@ -53,6 +53,7 @@ app.post("/uploadVideo", async (req, res) => {
|
|||||||
console.log("FFmpeg caught error:", error);
|
console.log("FFmpeg caught error:", error);
|
||||||
})
|
})
|
||||||
.finally(() => {
|
.finally(() => {
|
||||||
|
console.log(`Completed processing ${fileInfo.filename}`);
|
||||||
fs.unlinkSync(targetPath);
|
fs.unlinkSync(targetPath);
|
||||||
currentlyExecFfmpeg = false;
|
currentlyExecFfmpeg = false;
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user