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
(pass 1) ------------------------
(Type-Tag) Error: No default for type: integer, at line 122, column 12
Implying a as tagged-type 'int', at line 122, column 8
Assignment type mismatch: expected type 'int', but found type 'string', at line 123, column 4
Could not find shape to check function call 'undefined(..)', at line 124, column 0
The checker does its job but it also tries to check console.log and does not execute it. This didn't use to be the case.
The text was updated successfully, but these errors were encountered:
As I started to write more tests, I realized something is wrong with console.log().
If I run the above code through the checker from CLI, like this
I get the result
The checker does its job but it also tries to check console.log and does not execute it. This didn't use to be the case.
The text was updated successfully, but these errors were encountered: