This commit is contained in:
Rizky 2023-11-27 17:51:20 +07:00
parent f62da15ec8
commit 69b24ec979
1 changed files with 0 additions and 2 deletions

View File

@ -83,8 +83,6 @@ export const treeScopeEval = (
}, },
}; };
console.log(item, args);
// execute // execute
const fn = new Function(...Object.keys(args), js); const fn = new Function(...Object.keys(args), js);
const res = fn(...Object.values(args)); const res = fn(...Object.values(args));