Fixed not operator !working

This commit is contained in:
Stefan Zermatten
2022-02-22 19:16:03 +02:00
parent dc4d0416a2
commit 90b277e181
3 changed files with 3 additions and 2 deletions

View File

@@ -377,6 +377,7 @@ export default {
disabledNodeCount += 1;
}
} catch (e){
console.warn(e);
let error = prettifyParseError(e);
node._disabledBySlotFillerCondition = true;
node._conditionError = error;