diff --git a/src/index.ts b/src/index.ts index 498884f..a28d61e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -53,6 +53,7 @@ app.post("/uploadVideo", async (req, res) => { console.log("FFmpeg caught error:", error); }) .finally(() => { + console.log(`Completed processing ${fileInfo.filename}`); fs.unlinkSync(targetPath); currentlyExecFfmpeg = false; });