From be973943279dccd014d57946dc7d0305affb690c Mon Sep 17 00:00:00 2001 From: itsskaiya Date: Sat, 29 Nov 2025 19:04:20 -0500 Subject: [PATCH] Moved anilist.js to anilist.cpp --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, [], {