@ -48,6 +48,10 @@ export class VM {
}
get(name: string) {
return this.scope.get(name)
set(name: string, value: any) {
this.scope.set(name, toValue(value, this))
The note is not visible to the blocked user.