fix scope
This commit is contained in:
parent
51e3a205b7
commit
fefcfd95f2
|
|
@ -88,6 +88,10 @@ export const declareScope = (p: PG, meta: IMeta, monaco: Monaco) => {
|
|||
const arg = {
|
||||
...exports,
|
||||
params,
|
||||
active: active,
|
||||
_meta: metas,
|
||||
_item: m.item,
|
||||
_syncm: typeof syncronize !== "undefined" ? syncronize : undefined,
|
||||
};
|
||||
|
||||
const fn = new Function(
|
||||
|
|
|
|||
Loading…
Reference in New Issue