Started splitting engine tests into individual files and testing action props
This commit is contained in:
@@ -7,6 +7,7 @@ export default function computeVariableAsConstant(computation, node, prop) {
|
||||
try {
|
||||
parseNode = parse(string);
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
return;
|
||||
}
|
||||
prop.value = parseNode;
|
||||
|
||||
Reference in New Issue
Block a user