fix
This commit is contained in:
parent
f62da15ec8
commit
69b24ec979
|
|
@ -83,8 +83,6 @@ export const treeScopeEval = (
|
|||
},
|
||||
};
|
||||
|
||||
console.log(item, args);
|
||||
|
||||
// execute
|
||||
const fn = new Function(...Object.keys(args), js);
|
||||
const res = fn(...Object.values(args));
|
||||
|
|
|
|||
Loading…
Reference in New Issue