-
-
Notifications
You must be signed in to change notification settings - Fork 902
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
Exception has occurred: TypeError: Cannot assign to read only property 'name'... #564
Comments
This is weird. We have guard for this. https://github.com/uuidjs/uuid/blob/master/src/v35.js#L57-L61 |
I just realized the try catch in the lib, i had caught exception on in my debugger, my apologies. |
Is this really necessary? Even when not using v35 I get this super annoying error all the time when running with debugger |
Good question. The try-catch was added to address #268. As for why I.e. it's basically for cosmetic reasons when debugging code that calls ... and relatively few people use That said...
|
Same here! |
Same here, any way around it? |
Same error.... :-(
at v35 (C:\LANGCHAIN\node_modules\uuid\dist\v35.js:73:23) |
Describe the bug
How to reproduce
I'm not what to put here, this is throwing the error referencing my main JS file, but that file has no reference to the uuid functions.
Expected behavior
To not give this error lol.
Runtime
Node.js 14.15.5
The text was updated successfully, but these errors were encountered: