diff --git a/worker.js b/worker.js index 487fcaa..6e6d919 100644 --- a/worker.js +++ b/worker.js @@ -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) {