Skip to content
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

"throw" errors instead of trying to "raise" them #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kemitchell
Copy link

The Coffee Script port says raise when it means throw, the valid ECMAScript keyword for error-raising statements. I'm guessing the test suite checks only that an error is raised, but what it's actually detecting is the not-defined error for raise itself.

The diff was longer than I expected when I re-compiled with the most recent Coffee Script, so I edited the .js by hand instead.

@kemitchell
Copy link
Author

Anybody home?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant