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

Missing reference to cXSUntypedAtomic in XSInteger.js #18

Open
drakesolutions opened this issue Jan 30, 2023 · 0 comments
Open

Missing reference to cXSUntypedAtomic in XSInteger.js #18

drakesolutions opened this issue Jan 30, 2023 · 0 comments

Comments

@drakesolutions
Copy link
Collaborator

Hi Sergey,

I have found one little bug in your library. Within a file XSInteger.js in method cXSInteger.cast you have used unreferenced class cXSUntypedAtomic.

so only needed to solve of this problem is add one line of code with reference to it on top of this file.

var cXSUntypedAtomic = require('./../XSUntypedAtomic');

thank you in advance

Ivan

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

No branches or pull requests

1 participant