Combinatory checks now, probably from fixes to eval

This commit is contained in:
2025-10-03 08:54:55 -07:00
parent 404b64a06e
commit f1e6f98c99
4 changed files with 5 additions and 12 deletions

View File

@@ -472,6 +472,5 @@ const processOutput = (
}
}
console.log("markers", markers);
// editor.setMarkers(markers)
return markers;
};