-
Notifications
You must be signed in to change notification settings - Fork 64
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
Execjs Errors Not Showing File Location #77
Comments
I got the same error with you @tonydefaria . Somehow, the file is missing from the gem. I suggest you open new issue for this. |
It was fixed minutes ago: b3d64eb#diff-f84830974ae1c830a380311e98357d07R19 Please try 4.2.1 😁 |
@henggana oh sorry, your original comment looks like it's referring to something else. I'd reopen but Rafael already did 😁 |
@henggana Can you upload a sample application on Github that reproduces the issue? Thanks. |
got same error on custom precompile js on Rails4.2 and coffee-rails 4.2.1.
|
Same here, Rails 5.2.3, Coffee-Rails 5.0.0, getting this error:
No idea what file or line :( |
Hi, ExecJS::RuntimeError: SyntaxError: [stdin]:26:1: unexpected indentation This error occurred after updating from Rails 5.2 to Rails 6.0. |
Still an issue 8 years later... |
Hi, I did fresh install rails 4.2.5 with coffee-rails 4.1.0 and when there is syntax error on my .coffee file, the error only shows error message without the filename on which file the error happen.
SyntaxError: [stdin]:2:1: unexpected indentation
The text was updated successfully, but these errors were encountered: