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
Using reallysimple in a project I get this error:
reallysimple.js:1 Uncaught ReferenceError: myVersion is not defined at node_modules/reallysimple/reallysimple.js (reallysimple.js:1:37)
Changing the semi-colon to a comma in line 1 seems to fix the error.
The text was updated successfully, but these errors were encountered:
@scotthansonde -- thanks for the report.
For some reason it isn't an error when I use reallysimple.
We must be using different versions of Node and therefore our JS interpreters are different?
I don't know, but I have fixed the semicolon, and re-released in the form of v0.4.10.
Please let me know if it worked.
Sorry, something went wrong.
Yes, the error is fixed 👍
No branches or pull requests
Using reallysimple in a project I get this error:
reallysimple.js:1 Uncaught ReferenceError: myVersion is not defined at node_modules/reallysimple/reallysimple.js (reallysimple.js:1:37)
Changing the semi-colon to a comma in line 1 seems to fix the error.
The text was updated successfully, but these errors were encountered: