We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
then
[stdin]:1:1: error: unexpected then then ^^^^
TypeError: Cannot read properties of undefined (reading '2')
This is very minor but thought I'd point it out.
https://coffeescript.org/#try:then
The text was updated successfully, but these errors were encountered:
then is a CoffeeScript keyword, that can only be used in particular places.
Sorry, something went wrong.
Oh sorry I just realized that the issue was that the error message was incorrect. Yes, that should be fixed.
No branches or pull requests
Input Code
then
Expected Behavior
Current Behavior
Context
This is very minor but thought I'd point it out.
https://coffeescript.org/#try:then
The text was updated successfully, but these errors were encountered: