refactor: simplify
This commit is contained in:
parent
a62a578664
commit
c7cb1b6876
|
@ -57,7 +57,7 @@ export default class Sandbox {
|
|||
}
|
||||
|
||||
get context() {
|
||||
return this.scopes.get(this.ast).context;
|
||||
return this.$$context;
|
||||
}
|
||||
|
||||
destructureArray(id, init) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user