Fixed computations throwing errors when not provided with context
This commit is contained in:
@@ -51,7 +51,6 @@ function substituteAccessors(scope){
|
||||
try {
|
||||
return evaluateAccessor(node, scope);
|
||||
} catch (e) {
|
||||
console.log(typeof e);
|
||||
return replaceAccessorWithSymbol(node);
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user