-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Block Scope is filename dependent but description does not note that #76
Comments
The same issue. I get this output for different filename
|
Thank you for clarifying that. I am surprised that more people don't notice that. |
Easy solution to this issue: in both solution.js and program.js Hope it get resolved by that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The wording of the Block Scope exercise recommends using program.js as the filename, but will fail in all cases where the filename is not "solution.js" because it reads the error message path. Either this should be noted in the description of the problem, or the diff should be done using the filename given by the verify. The latter would be preferable.
The text was updated successfully, but these errors were encountered: