Moved anilist.js to anilist.cpp
This commit is contained in:
@@ -46,7 +46,7 @@ function startCppScraper() {
|
|||||||
|
|
||||||
const env = { ...process.env };
|
const env = { ...process.env };
|
||||||
env.PATH = `${dllPath};${env.PATH}`;
|
env.PATH = `${dllPath};${env.PATH}`;
|
||||||
|
|
||||||
console.log("⚡ Starting WaifuBoard Scraper Engine (C++)...");
|
console.log("⚡ Starting WaifuBoard Scraper Engine (C++)...");
|
||||||
|
|
||||||
const scraper = spawn(exePath, [], {
|
const scraper = spawn(exePath, [], {
|
||||||
|
|||||||
Reference in New Issue
Block a user