diff --git a/src/models/Chemistry.ts b/src/models/Chemistry.ts index ba2fe7c..662a4d8 100644 --- a/src/models/Chemistry.ts +++ b/src/models/Chemistry.ts @@ -566,6 +566,7 @@ function checkNodesEqual(test: ASTNode, target: ASTNode, response: CheckerRespon return finalResponse; } else { // There was a type mismatch + response.typeMismatch = true; response.isEqual = false; // We must still check the children of the node to get complete aggregate counts if (test.type == "error") {