Skip to content

Commit

Permalink
chore: Added different log
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Sep 9, 2024
1 parent 64c34b7 commit aa74d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/artisan/src/consumer/workers/ffmpeg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type { Job } from "bullmq";
import type { Stream, Input } from "../../schemas.js";
import type { FfmpegCommand } from "fluent-ffmpeg";

console.log("Set ffmpeg path to", ffmpegBin.path);
console.log(`Set ffmpeg path to "${ffmpegBin.path}"`);

ffmpeg.setFfmpegPath(ffmpegBin.path);

Expand Down

0 comments on commit aa74d6f

Please sign in to comment.