mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Better Log Components Path
This commit is contained in:
@@ -4,15 +4,15 @@ const path = require("path");
|
|||||||
const { logger, logSessionStart, logSessionEnd } = require("./logger");
|
const { logger, logSessionStart, logSessionEnd } = require("./logger");
|
||||||
const config = require("../config");
|
const config = require("../config");
|
||||||
const { execFile } = require("child_process");
|
const { execFile } = require("child_process");
|
||||||
const { userYtDlp } = require("./helpers/path");
|
const { userYtDlp, ffmpegPath, denoPath} = require("./helpers/path");
|
||||||
|
|
||||||
|
|
||||||
const {ffmpegPath, denoPath} = require("./helpers/path")
|
|
||||||
|
|
||||||
const app = express();
|
const app = express();
|
||||||
|
|
||||||
console.log("ffmpegPath:", ffmpegPath);
|
logger.info("FFMPEG Path:", ffmpegPath);
|
||||||
console.log("denoPath:", denoPath);
|
logger.info("Deno Path:", denoPath);
|
||||||
|
logger.info("YT-DLP Path:", userYtDlp);
|
||||||
|
|
||||||
|
|
||||||
app.use(express.json());
|
app.use(express.json());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user