This commit is contained in:
Lisa 2025-03-13 20:00:00 +01:00
parent 54d42c6808
commit 519a3aacf8

View File

@ -4,7 +4,6 @@ const { functionToEval, filePath, data, patterns, extensions, filenames, aimodel
async function runEval() {
try {
// Evaluate the function passed from index.js
const result = eval(functionToEval);
parentPort.postMessage(result);
} catch (error) {