You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return# we return because we only print the first error--in json format there can be multiple error messages for 1 error-- if you want to see them comment this line.
76
+
return# we return because we only print the first error--in json format there can be multiple error messages(primary and non primary) for 1 error-- if you want to see them comment this line.
77
77
78
-
# If no span in the file, still print the error
78
+
# fallback: print the error message if no span in the current file
0 commit comments