diff --git a/server.js b/server.js index 2ca8522..3176e1e 100644 --- a/server.js +++ b/server.js @@ -46,7 +46,7 @@ function startCppScraper() { const env = { ...process.env }; env.PATH = `${dllPath};${env.PATH}`; - + console.log("⚡ Starting WaifuBoard Scraper Engine (C++)..."); const scraper = spawn(exePath, [], {