fix(cli): show all diagnostics in types command
combine type checker diagnostics with judgements info diagnostics
This commit is contained in:
@@ -41,6 +41,7 @@ def types(
|
||||
message=f"Type: {type}",
|
||||
)
|
||||
)
|
||||
diagnostics.extend(checker.diagnostics)
|
||||
printer = DiagnosticPrinter()
|
||||
printer.print_all(diagnostics)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user