We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5bc2c1 commit 9182b4cCopy full SHA for 9182b4c
scubatrace/statement.py
@@ -816,6 +816,7 @@ def block_variables(self) -> list[Identifier]:
816
for identifier in self.block_identifiers:
817
node = identifier.node
818
if node.parent is not None and node.parent.type in [
819
+ "ERROR",
820
"call_expression",
821
"function_declarator",
822
"method_invocation",
0 commit comments