fix comment

This commit is contained in:
Abhinav 2022-11-14 19:30:39 +05:30
parent 19a3c38bf1
commit 26b979eab2

View file

@ -53,7 +53,7 @@ export async function runFFmpegCmd(
try {
rmSync(tempOutputFilePath);
} catch (e) {
logErrorSentry(e, 'failed to remove tempInputFile');
logErrorSentry(e, 'failed to remove tempOutputFile');
}
}
}