reallysimple icon indicating copy to clipboard operation
reallysimple copied to clipboard

Uncaught ReferenceError: myVersion is not defined

Open scotthansonde opened this issue 3 years ago • 2 comments

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.

scotthansonde avatar Jun 20 '22 07:06 scotthansonde

@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.

scripting avatar Jun 20 '22 13:06 scripting

Yes, the error is fixed 👍

scotthansonde avatar Jun 21 '22 09:06 scotthansonde