From c9c11439aa7c63b14ee4dcde5d3c3977ec149bfc Mon Sep 17 00:00:00 2001 From: Jared Furlow Date: Sun, 20 Jul 2025 15:17:33 -0500 Subject: [PATCH] Test --- src/index.ts | 1 + 1 file changed, 1 insertion(+) 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; });